Html Css Color HEX #BB01AE Deep Magenta

📋 copy color: '#BB01AE'

red 187 ◦ green 1 ◦ blue 174

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

Shades of Deep Magenta #BB01AE

Tints of Deep Magenta #BB01AE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 51.66%
G = 0.28%
B = 48.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB01AE (or 0xBB01AE) is known color: Deep Magenta. HEX triplet: BB, 01 and AE. RGB value is (187,1,174). Sum of RGB (Red+Green+Blue) = 187+1+174=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB01AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB01AE is #44FE51. Grayscale: #4B4B4B. Windows color (decimal): -4521554 or 11403707. OLE color: 11403707.

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

Color convert

RGB 187 1 174 -
CMYK 0 0.99 0.07 0.27
HSL 304.19º 0.99% 0.37% -
HSV(B) 304.19º 0.99% 0.73% -
XYZ 28.14 13.64 41.19 -
YUV 76.34 183.12 206.93 -
System Red Green Blue C M Y K H S L
Decimal 187 1 174 0 0.99 0.07 0.27 304.19 0.99 0.37
Hex BB 1 AE 0 63 7 1B 130 63 25
Octal 273 1 256 0 143 7 33 460 143 45
Binary 10111011 1 10101110 0 1100011 111 11011 100110000 1100011 100101

Color Harmonies of #BB01AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB01AE

Black with #BB01AE

Text Example


Text Example

White with #BB01AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB01AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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