Html Css Color HEX #BB0ABF Deep Magenta

📋 copy color: '#BB0ABF'

red 187 ◦ green 10 ◦ blue 191

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

Shades of Deep Magenta #BB0ABF

Tints of Deep Magenta #BB0ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.58%

 BLUE value IS 191 (75% from 255) = 49.23%

R = 48.2%
G = 2.58%
B = 49.23%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB0ABF (or 0xBB0ABF) is known color: Deep Magenta. HEX triplet: BB, 0A and BF. RGB value is (187,10,191). Sum of RGB (Red+Green+Blue) = 187+10+191=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB0ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0ABF is #44F540. Grayscale: #535353. Windows color (decimal): -4519233 or 12520123. OLE color: 12520123.

HSL color Cylindrical-coordinate representation of color #BB0ABF: hue angle of 298.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0ABF is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 10 191 -
CMYK 0.02 0.95 0 0.25
HSL 298.67º 0.9% 0.39% -
HSV(B) 298.67º 0.95% 0.75% -
XYZ 30.01 14.54 50.52 -
YUV 83.56 188.64 201.78 -
System Red Green Blue C M Y K H S L
Decimal 187 10 191 0.02 0.95 0 0.25 298.67 0.9 0.39
Hex BB A BF 2 5F 0 19 12B 5A 27
Octal 273 12 277 2 137 0 31 453 132 47
Binary 10111011 1010 10111111 10 1011111 0 11001 100101011 1011010 100111

Color Harmonies of #BB0ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0ABF

Black with #BB0ABF

Text Example


Text Example

White with #BB0ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0ABF; }

 p { color: rgb(187,10,191); }

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

background-color css

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

 a { background-color: rgb(187,10,191); }

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

border-color css

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

 span { border-color: rgb(187,10,191); }

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