Html Css Color HEX #BB22DD Dark Orchid

📋 copy color: '#BB22DD'

red 187 ◦ green 34 ◦ blue 221

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

Shades of Dark Orchid #BB22DD

Tints of Dark Orchid #BB22DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50%

R = 42.31%
G = 7.69%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB22DD (or 0xBB22DD) is known color: Dark Orchid. HEX triplet: BB, 22 and DD. RGB value is (187,34,221). Sum of RGB (Red+Green+Blue) = 187+34+221=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 34 (13.67% from 255 or 7.69% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB22DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB22DD is #44DD22. Grayscale: #646464. Windows color (decimal): -4513059 or 14492347. OLE color: 14492347.

HSL color Cylindrical-coordinate representation of color #BB22DD: hue angle of 289.09º degrees, saturation: 0.73, 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 #BB22DD is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 34 221 -
CMYK 0.15 0.85 0 0.13
HSL 289.09º 0.73% 0.5% -
HSV(B) 289.09º 0.85% 0.87% -
XYZ 34.12 16.93 69.88 -
YUV 101.07 195.69 189.29 -
System Red Green Blue C M Y K H S L
Decimal 187 34 221 0.15 0.85 0 0.13 289.09 0.73 0.5
Hex BB 22 DD F 55 0 D 121 49 32
Octal 273 42 335 17 125 0 15 441 111 62
Binary 10111011 100010 11011101 1111 1010101 0 1101 100100001 1001001 110010

Color Harmonies of #BB22DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB22DD

Black with #BB22DD

Text Example


Text Example

White with #BB22DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB22DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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