Html Css Color HEX #BB24B8 Deep Magenta

📋 copy color: '#BB24B8'

red 187 ◦ green 36 ◦ blue 184

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

Shades of Deep Magenta #BB24B8

Tints of Deep Magenta #BB24B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.21%

R = 45.95%
G = 8.85%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BB24B8 (or 0xBB24B8) is known color: Deep Magenta. HEX triplet: BB, 24 and B8. RGB value is (187,36,184). Sum of RGB (Red+Green+Blue) = 187+36+184=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB24B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB24B8 is #44DB47. Grayscale: #616161. Windows color (decimal): -4512584 or 12068027. OLE color: 12068027.

HSL color Cylindrical-coordinate representation of color #BB24B8: hue angle of 301.19º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB24B8 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 36 184 -
CMYK 0 0.81 0.02 0.27
HSL 301.19º 0.68% 0.44% -
HSV(B) 301.19º 0.81% 0.73% -
XYZ 29.78 15.29 46.73 -
YUV 98.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 187 36 184 0 0.81 0.02 0.27 301.19 0.68 0.44
Hex BB 24 B8 0 51 2 1B 12D 44 2C
Octal 273 44 270 0 121 2 33 455 104 54
Binary 10111011 100100 10111000 0 1010001 10 11011 100101101 1000100 101100

Color Harmonies of #BB24B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB24B8

Black with #BB24B8

Text Example


Text Example

White with #BB24B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB24B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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