Html Css Color HEX #BB22DE Dark Orchid

📋 copy color: '#BB22DE'

red 187 ◦ green 34 ◦ blue 222

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

Shades of Dark Orchid #BB22DE

Tints of Dark Orchid #BB22DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 42.21%
G = 7.67%
B = 50.11%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB22DE (or 0xBB22DE) is known color: Dark Orchid. HEX triplet: BB, 22 and DE. RGB value is (187,34,222). Sum of RGB (Red+Green+Blue) = 187+34+222=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 34 (13.67% from 255 or 7.67% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB22DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB22DE is #44DD21. Grayscale: #646464. Windows color (decimal): -4513058 or 14557883. OLE color: 14557883.

HSL color Cylindrical-coordinate representation of color #BB22DE: hue angle of 288.83º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB22DE is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 34 222 -
CMYK 0.16 0.85 0 0.13
HSL 288.83º 0.74% 0.5% -
HSV(B) 288.83º 0.85% 0.87% -
XYZ 34.25 16.98 70.58 -
YUV 101.18 196.19 189.21 -
System Red Green Blue C M Y K H S L
Decimal 187 34 222 0.16 0.85 0 0.13 288.83 0.74 0.5
Hex BB 22 DE 10 55 0 D 121 4A 32
Octal 273 42 336 20 125 0 15 441 112 62
Binary 10111011 100010 11011110 10000 1010101 0 1101 100100001 1001010 110010

Color Harmonies of #BB22DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB22DE

Black with #BB22DE

Text Example


Text Example

White with #BB22DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB22DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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