Html Css Color HEX #BB24B6 Deep Magenta

📋 copy color: '#BB24B6'

red 187 ◦ green 36 ◦ blue 182

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

Shades of Deep Magenta #BB24B6

Tints of Deep Magenta #BB24B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.94%

R = 46.17%
G = 8.89%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BB24B6 (or 0xBB24B6) is known color: Deep Magenta. HEX triplet: BB, 24 and B6. RGB value is (187,36,182). Sum of RGB (Red+Green+Blue) = 187+36+182=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB24B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB24B6 is #44DB49. Grayscale: #616161. Windows color (decimal): -4512586 or 11936955. OLE color: 11936955.

HSL color Cylindrical-coordinate representation of color #BB24B6: hue angle of 301.99º 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 #BB24B6 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 36 182 -
CMYK 0 0.81 0.03 0.27
HSL 301.99º 0.68% 0.44% -
HSV(B) 301.99º 0.81% 0.73% -
XYZ 29.57 15.2 45.63 -
YUV 97.79 175.53 191.63 -
System Red Green Blue C M Y K H S L
Decimal 187 36 182 0 0.81 0.03 0.27 301.99 0.68 0.44
Hex BB 24 B6 0 51 3 1B 12E 44 2C
Octal 273 44 266 0 121 3 33 456 104 54
Binary 10111011 100100 10110110 0 1010001 11 11011 100101110 1000100 101100

Color Harmonies of #BB24B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB24B6

Black with #BB24B6

Text Example


Text Example

White with #BB24B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB24B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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