Html Css Color HEX #BB22E0 Dark Orchid

📋 copy color: '#BB22E0'

red 187 ◦ green 34 ◦ blue 224

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

Shades of Dark Orchid #BB22E0

Tints of Dark Orchid #BB22E0

RGB

 RED value IS 187 (73.44% from 255) = 42.02%

 GREEN value IS 34 (13.67% from 255) = 7.64%

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

R = 42.02%
G = 7.64%
B = 50.34%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB22E0 (or 0xBB22E0) is known color: Dark Orchid. HEX triplet: BB, 22 and E0. RGB value is (187,34,224). Sum of RGB (Red+Green+Blue) = 187+34+224=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 34 (13.67% from 255 or 7.64% from 445); Blue value is 224 (87.89% from 255 or 50.34% from 445); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB22E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB22E0 is #44DD1F. Grayscale: #646464. Windows color (decimal): -4513056 or 14688955. OLE color: 14688955.

HSL color Cylindrical-coordinate representation of color #BB22E0: hue angle of 288.32º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB22E0 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 34 224 -
CMYK 0.17 0.85 0 0.12
HSL 288.32º 0.75% 0.51% -
HSV(B) 288.32º 0.85% 0.88% -
XYZ 34.52 17.09 72 -
YUV 101.41 197.19 189.05 -
System Red Green Blue C M Y K H S L
Decimal 187 34 224 0.17 0.85 0 0.12 288.32 0.75 0.51
Hex BB 22 E0 11 55 0 C 120 4B 33
Octal 273 42 340 21 125 0 14 440 113 63
Binary 10111011 100010 11100000 10001 1010101 0 1100 100100000 1001011 110011

Color Harmonies of #BB22E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB22E0

Black with #BB22E0

Text Example


Text Example

White with #BB22E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB22E0; }

 p { color: rgb(187,34,224); }

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

background-color css

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

 a { background-color: rgb(187,34,224); }

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

border-color css

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

 span { border-color: rgb(187,34,224); }

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