Html Css Color HEX #BB24DD Dark Orchid

📋 copy color: '#BB24DD'

red 187 ◦ green 36 ◦ blue 221

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

Shades of Dark Orchid #BB24DD

Tints of Dark Orchid #BB24DD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.11%

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

R = 42.12%
G = 8.11%
B = 49.77%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB24DD (or 0xBB24DD) is known color: Dark Orchid. HEX triplet: BB, 24 and DD. RGB value is (187,36,221). Sum of RGB (Red+Green+Blue) = 187+36+221=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 36 (14.45% from 255 or 8.11% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB24DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB24DD is #44DB22. Grayscale: #656565. Windows color (decimal): -4512547 or 14492859. OLE color: 14492859.

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

Color convert

RGB 187 36 221 -
CMYK 0.15 0.84 0 0.13
HSL 288.97º 0.73% 0.5% -
HSV(B) 288.97º 0.84% 0.87% -
XYZ 34.18 17.05 69.9 -
YUV 102.24 195.03 188.46 -
System Red Green Blue C M Y K H S L
Decimal 187 36 221 0.15 0.84 0 0.13 288.97 0.73 0.5
Hex BB 24 DD F 54 0 D 121 49 32
Octal 273 44 335 17 124 0 15 441 111 62
Binary 10111011 100100 11011101 1111 1010100 0 1101 100100001 1001001 110010

Color Harmonies of #BB24DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB24DD

Black with #BB24DD

Text Example


Text Example

White with #BB24DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB24DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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