Html Css Color HEX #BB22DB Dark Orchid

📋 copy color: '#BB22DB'

red 187 ◦ green 34 ◦ blue 219

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

Shades of Dark Orchid #BB22DB

Tints of Dark Orchid #BB22DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 42.5%
G = 7.73%
B = 49.77%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB22DB (or 0xBB22DB) is known color: Dark Orchid. HEX triplet: BB, 22 and DB. RGB value is (187,34,219). Sum of RGB (Red+Green+Blue) = 187+34+219=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 34 (13.67% from 255 or 7.73% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB22DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB22DB is #44DD24. Grayscale: #646464. Windows color (decimal): -4513061 or 14361275. OLE color: 14361275.

HSL color Cylindrical-coordinate representation of color #BB22DB: hue angle of 289.62º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB22DB is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 34 219 -
CMYK 0.15 0.84 0 0.14
HSL 289.62º 0.73% 0.5% -
HSV(B) 289.62º 0.84% 0.86% -
XYZ 33.85 16.82 68.48 -
YUV 100.84 194.69 189.46 -
System Red Green Blue C M Y K H S L
Decimal 187 34 219 0.15 0.84 0 0.14 289.62 0.73 0.5
Hex BB 22 DB F 54 0 E 122 49 32
Octal 273 42 333 17 124 0 16 442 111 62
Binary 10111011 100010 11011011 1111 1010100 0 1110 100100010 1001001 110010

Color Harmonies of #BB22DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB22DB

Black with #BB22DB

Text Example


Text Example

White with #BB22DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB22DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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