Html Css Color HEX #BB22DA Dark Orchid

📋 copy color: '#BB22DA'

red 187 ◦ green 34 ◦ blue 218

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

Shades of Dark Orchid #BB22DA

Tints of Dark Orchid #BB22DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.66%

R = 42.6%
G = 7.74%
B = 49.66%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB22DA (or 0xBB22DA) is known color: Dark Orchid. HEX triplet: BB, 22 and DA. RGB value is (187,34,218). Sum of RGB (Red+Green+Blue) = 187+34+218=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 34 (13.67% from 255 or 7.74% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB22DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB22DA is #44DD25. Grayscale: #646464. Windows color (decimal): -4513062 or 14295739. OLE color: 14295739.

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

Color convert

RGB 187 34 218 -
CMYK 0.14 0.84 0 0.15
HSL 289.89º 0.73% 0.49% -
HSV(B) 289.89º 0.84% 0.85% -
XYZ 33.72 16.77 67.79 -
YUV 100.72 194.19 189.54 -
System Red Green Blue C M Y K H S L
Decimal 187 34 218 0.14 0.84 0 0.15 289.89 0.73 0.49
Hex BB 22 DA E 54 0 F 122 49 31
Octal 273 42 332 16 124 0 17 442 111 61
Binary 10111011 100010 11011010 1110 1010100 0 1111 100100010 1001001 110001

Color Harmonies of #BB22DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB22DA

Black with #BB22DA

Text Example


Text Example

White with #BB22DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB22DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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