Html Css Color HEX #BB22DF Dark Orchid

📋 copy color: '#BB22DF'

red 187 ◦ green 34 ◦ blue 223

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

Shades of Dark Orchid #BB22DF

Tints of Dark Orchid #BB22DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 42.12%
G = 7.66%
B = 50.23%

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

#BB22DF (or 0xBB22DF) is known color: Dark Orchid. HEX triplet: BB, 22 and DF. RGB value is (187,34,223). Sum of RGB (Red+Green+Blue) = 187+34+223=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 34 (13.67% from 255 or 7.66% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB22DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB22DF is #44DD20. Grayscale: #646464. Windows color (decimal): -4513057 or 14623419. OLE color: 14623419.

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

Color convert

RGB 187 34 223 -
CMYK 0.16 0.85 0 0.13
HSL 288.57º 0.75% 0.5% -
HSV(B) 288.57º 0.85% 0.87% -
XYZ 34.38 17.04 71.29 -
YUV 101.29 196.69 189.13 -
System Red Green Blue C M Y K H S L
Decimal 187 34 223 0.16 0.85 0 0.13 288.57 0.75 0.5
Hex BB 22 DF 10 55 0 D 121 4B 32
Octal 273 42 337 20 125 0 15 441 113 62
Binary 10111011 100010 11011111 10000 1010101 0 1101 100100001 1001011 110010

Color Harmonies of #BB22DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB22DF

Black with #BB22DF

Text Example


Text Example

White with #BB22DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB22DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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