Html Css Color HEX #B93AF1 Medium Orchid

📋 copy color: '#B93AF1'

red 185 ◦ green 58 ◦ blue 241

#B93AF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B93AF1

Tints of Medium Orchid #B93AF1

RGB

 RED value IS 185 (72.66% from 255) = 38.22%

 GREEN value IS 58 (23.05% from 255) = 11.98%

 BLUE value IS 241 (94.53% from 255) = 49.79%

R = 38.22%
G = 11.98%
B = 49.79%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B93AF1 (or 0xB93AF1) is known color: Medium Orchid. HEX triplet: B9, 3A and F1. RGB value is (185,58,241). Sum of RGB (Red+Green+Blue) = 185+58+241=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #B93AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93AF1 is #46C50E. Grayscale: #747474. Windows color (decimal): -4637967 or 15809209. OLE color: 15809209.

HSL color Cylindrical-coordinate representation of color #B93AF1: hue angle of 281.64º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B93AF1 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 58 241 -
CMYK 0.23 0.76 0 0.05
HSL 281.64º 0.87% 0.59% -
HSV(B) 281.64º 0.76% 0.95% -
XYZ 37.4 19.69 85.05 -
YUV 116.84 198.08 176.62 -
System Red Green Blue C M Y K H S L
Decimal 185 58 241 0.23 0.76 0 0.05 281.64 0.87 0.59
Hex B9 3A F1 17 4C 0 5 11A 57 3B
Octal 271 72 361 27 114 0 5 432 127 73
Binary 10111001 111010 11110001 10111 1001100 0 101 100011010 1010111 111011

Color Harmonies of #B93AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93AF1

Black with #B93AF1

Text Example


Text Example

White with #B93AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93AF1; }

 p { color: rgb(185,58,241); }

 H1.HeaderClassName
 {
   color: #B93AF1;
 }
 .AnyTagClassName
 {
   color: #B93AF1;
 }
</style>

background-color css

<style>
 a { background-color: #B93AF1; }

 a { background-color: rgb(185,58,241); }

 div.DivClassName
 {
   background-color: #B93AF1;
 }
 .BgClassName
 {
   background-color: #B93AF1;
 }
</style>

border-color css

<style>
 span { border-color: #B93AF1; }

 span { border-color: rgb(185,58,241); }

 td.TdClassName
 {
   border-color: #B93AF1;
 }
 .TagClassName
 {
   border-color: #B93AF1;
 }
</style>