Html Css Color HEX #BB0FAD Deep Magenta

📋 copy color: '#BB0FAD'

red 187 ◦ green 15 ◦ blue 173

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

Shades of Deep Magenta #BB0FAD

Tints of Deep Magenta #BB0FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.13%

R = 49.87%
G = 4%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB0FAD (or 0xBB0FAD) is known color: Deep Magenta. HEX triplet: BB, 0F and AD. RGB value is (187,15,173). Sum of RGB (Red+Green+Blue) = 187+15+173=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0FAD is #44F052. Grayscale: #535353. Windows color (decimal): -4517971 or 11341755. OLE color: 11341755.

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

Color convert

RGB 187 15 173 -
CMYK 0 0.92 0.07 0.27
HSL 304.88º 0.85% 0.4% -
HSV(B) 304.88º 0.92% 0.73% -
XYZ 28.21 13.92 40.74 -
YUV 84.44 177.98 201.15 -
System Red Green Blue C M Y K H S L
Decimal 187 15 173 0 0.92 0.07 0.27 304.88 0.85 0.4
Hex BB F AD 0 5C 7 1B 131 55 28
Octal 273 17 255 0 134 7 33 461 125 50
Binary 10111011 1111 10101101 0 1011100 111 11011 100110001 1010101 101000

Color Harmonies of #BB0FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0FAD

Black with #BB0FAD

Text Example


Text Example

White with #BB0FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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