Html Css Color HEX #BB01AF Deep Magenta

📋 copy color: '#BB01AF'

red 187 ◦ green 1 ◦ blue 175

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

Shades of Deep Magenta #BB01AF

Tints of Deep Magenta #BB01AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.21%

R = 51.52%
G = 0.28%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB01AF (or 0xBB01AF) is known color: Deep Magenta. HEX triplet: BB, 01 and AF. RGB value is (187,1,175). Sum of RGB (Red+Green+Blue) = 187+1+175=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB01AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB01AF is #44FE50. Grayscale: #4B4B4B. Windows color (decimal): -4521553 or 11469243. OLE color: 11469243.

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

Color convert

RGB 187 1 175 -
CMYK 0 0.99 0.06 0.27
HSL 303.87º 0.99% 0.37% -
HSV(B) 303.87º 0.99% 0.73% -
XYZ 28.24 13.68 41.71 -
YUV 76.45 183.62 206.85 -
System Red Green Blue C M Y K H S L
Decimal 187 1 175 0 0.99 0.06 0.27 303.87 0.99 0.37
Hex BB 1 AF 0 63 6 1B 130 63 25
Octal 273 1 257 0 143 6 33 460 143 45
Binary 10111011 1 10101111 0 1100011 110 11011 100110000 1100011 100101

Color Harmonies of #BB01AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB01AF

Black with #BB01AF

Text Example


Text Example

White with #BB01AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB01AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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