Html Css Color HEX #B11EE0 Dark Orchid

📋 copy color: '#B11EE0'

red 177 ◦ green 30 ◦ blue 224

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

Shades of Dark Orchid #B11EE0

Tints of Dark Orchid #B11EE0

RGB

 RED value IS 177 (69.53% from 255) = 41.07%

 GREEN value IS 30 (12.11% from 255) = 6.96%

 BLUE value IS 224 (87.89% from 255) = 51.97%

R = 41.07%
G = 6.96%
B = 51.97%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B11EE0 (or 0xB11EE0) is known color: Dark Orchid. HEX triplet: B1, 1E and E0. RGB value is (177,30,224). Sum of RGB (Red+Green+Blue) = 177+30+224=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #B11EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11EE0 is #4EE11F. Grayscale: #5F5F5F. Windows color (decimal): -5169440 or 14687921. OLE color: 14687921.

HSL color Cylindrical-coordinate representation of color #B11EE0: hue angle of 285.46º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11EE0 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 30 224 -
CMYK 0.21 0.87 0 0.12
HSL 285.46º 0.76% 0.5% -
HSV(B) 285.46º 0.87% 0.88% -
XYZ 32.05 15.66 71.85 -
YUV 96.07 200.2 185.73 -
System Red Green Blue C M Y K H S L
Decimal 177 30 224 0.21 0.87 0 0.12 285.46 0.76 0.5
Hex B1 1E E0 15 57 0 C 11D 4C 32
Octal 261 36 340 25 127 0 14 435 114 62
Binary 10110001 11110 11100000 10101 1010111 0 1100 100011101 1001100 110010

Color Harmonies of #B11EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11EE0

Black with #B11EE0

Text Example


Text Example

White with #B11EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11EE0; }

 p { color: rgb(177,30,224); }

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

background-color css

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

 a { background-color: rgb(177,30,224); }

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

border-color css

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

 span { border-color: rgb(177,30,224); }

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