Html Css Color HEX #BB24CC Deep Magenta

📋 copy color: '#BB24CC'

red 187 ◦ green 36 ◦ blue 204

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

Shades of Deep Magenta #BB24CC

Tints of Deep Magenta #BB24CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 43.79%
G = 8.43%
B = 47.78%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB24CC (or 0xBB24CC) is known color: Deep Magenta. HEX triplet: BB, 24 and CC. RGB value is (187,36,204). Sum of RGB (Red+Green+Blue) = 187+36+204=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB24CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB24CC is #44DB33. Grayscale: #636363. Windows color (decimal): -4512564 or 13378747. OLE color: 13378747.

HSL color Cylindrical-coordinate representation of color #BB24CC: hue angle of 293.93º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB24CC is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 36 204 -
CMYK 0.08 0.82 0 0.2
HSL 293.93º 0.7% 0.47% -
HSV(B) 293.93º 0.82% 0.8% -
XYZ 32.02 16.19 58.56 -
YUV 100.3 186.53 189.84 -
System Red Green Blue C M Y K H S L
Decimal 187 36 204 0.08 0.82 0 0.2 293.93 0.7 0.47
Hex BB 24 CC 8 52 0 14 126 46 2F
Octal 273 44 314 10 122 0 24 446 106 57
Binary 10111011 100100 11001100 1000 1010010 0 10100 100100110 1000110 101111

Color Harmonies of #BB24CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB24CC

Black with #BB24CC

Text Example


Text Example

White with #BB24CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB24CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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