Html Css Color HEX #BB24AE Deep Magenta

📋 copy color: '#BB24AE'

red 187 ◦ green 36 ◦ blue 174

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

Shades of Deep Magenta #BB24AE

Tints of Deep Magenta #BB24AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 47.1%
G = 9.07%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB24AE (or 0xBB24AE) is known color: Deep Magenta. HEX triplet: BB, 24 and AE. RGB value is (187,36,174). Sum of RGB (Red+Green+Blue) = 187+36+174=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB24AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB24AE is #44DB51. Grayscale: #606060. Windows color (decimal): -4512594 or 11412667. OLE color: 11412667.

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

Color convert

RGB 187 36 174 -
CMYK 0 0.81 0.07 0.27
HSL 305.17º 0.68% 0.44% -
HSV(B) 305.17º 0.81% 0.73% -
XYZ 28.76 14.88 41.4 -
YUV 96.88 171.53 192.28 -
System Red Green Blue C M Y K H S L
Decimal 187 36 174 0 0.81 0.07 0.27 305.17 0.68 0.44
Hex BB 24 AE 0 51 7 1B 131 44 2C
Octal 273 44 256 0 121 7 33 461 104 54
Binary 10111011 100100 10101110 0 1010001 111 11011 100110001 1000100 101100

Color Harmonies of #BB24AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB24AE

Black with #BB24AE

Text Example


Text Example

White with #BB24AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB24AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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