Html Css Color HEX #BB0FAC Deep Magenta

📋 copy color: '#BB0FAC'

red 187 ◦ green 15 ◦ blue 172

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

Shades of Deep Magenta #BB0FAC

Tints of Deep Magenta #BB0FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.01%

 BLUE value IS 172 (67.58% from 255) = 45.99%

R = 50%
G = 4.01%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB0FAC (or 0xBB0FAC) is known color: Deep Magenta. HEX triplet: BB, 0F and AC. RGB value is (187,15,172). Sum of RGB (Red+Green+Blue) = 187+15+172=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0FAC is #44F053. Grayscale: #535353. Windows color (decimal): -4517972 or 11276219. OLE color: 11276219.

HSL color Cylindrical-coordinate representation of color #BB0FAC: hue angle of 305.23º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0FAC is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 15 172 -
CMYK 0 0.92 0.08 0.27
HSL 305.23º 0.85% 0.4% -
HSV(B) 305.23º 0.92% 0.73% -
XYZ 28.11 13.89 40.23 -
YUV 84.33 177.48 201.23 -
System Red Green Blue C M Y K H S L
Decimal 187 15 172 0 0.92 0.08 0.27 305.23 0.85 0.4
Hex BB F AC 0 5C 8 1B 131 55 28
Octal 273 17 254 0 134 10 33 461 125 50
Binary 10111011 1111 10101100 0 1011100 1000 11011 100110001 1010101 101000

Color Harmonies of #BB0FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0FAC

Black with #BB0FAC

Text Example


Text Example

White with #BB0FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0FAC; }

 p { color: rgb(187,15,172); }

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

background-color css

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

 a { background-color: rgb(187,15,172); }

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

border-color css

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

 span { border-color: rgb(187,15,172); }

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