Html Css Color HEX #BB04AE Deep Magenta

📋 copy color: '#BB04AE'

red 187 ◦ green 4 ◦ blue 174

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

Shades of Deep Magenta #BB04AE

Tints of Deep Magenta #BB04AE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 51.23%
G = 1.1%
B = 47.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB04AE (or 0xBB04AE) is known color: Deep Magenta. HEX triplet: BB, 04 and AE. RGB value is (187,4,174). Sum of RGB (Red+Green+Blue) = 187+4+174=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB04AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB04AE is #44FB51. Grayscale: #4D4D4D. Windows color (decimal): -4520786 or 11404475. OLE color: 11404475.

HSL color Cylindrical-coordinate representation of color #BB04AE: hue angle of 304.26º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB04AE is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 4 174 -
CMYK 0 0.98 0.07 0.27
HSL 304.26º 0.96% 0.37% -
HSV(B) 304.26º 0.98% 0.73% -
XYZ 28.18 13.71 41.21 -
YUV 78.1 182.13 205.68 -
System Red Green Blue C M Y K H S L
Decimal 187 4 174 0 0.98 0.07 0.27 304.26 0.96 0.37
Hex BB 4 AE 0 62 7 1B 130 60 25
Octal 273 4 256 0 142 7 33 460 140 45
Binary 10111011 100 10101110 0 1100010 111 11011 100110000 1100000 100101

Color Harmonies of #BB04AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB04AE

Black with #BB04AE

Text Example


Text Example

White with #BB04AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB04AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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