Html Css Color HEX #BB0AB3 Deep Magenta

📋 copy color: '#BB0AB3'

red 187 ◦ green 10 ◦ blue 179

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

Shades of Deep Magenta #BB0AB3

Tints of Deep Magenta #BB0AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.61%

R = 49.73%
G = 2.66%
B = 47.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BB0AB3 (or 0xBB0AB3) is known color: Deep Magenta. HEX triplet: BB, 0A and B3. RGB value is (187,10,179). Sum of RGB (Red+Green+Blue) = 187+10+179=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0AB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0AB3 is #44F54C. Grayscale: #515151. Windows color (decimal): -4519245 or 11733691. OLE color: 11733691.

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

Color convert

RGB 187 10 179 -
CMYK 0 0.95 0.04 0.27
HSL 302.71º 0.9% 0.39% -
HSV(B) 302.71º 0.95% 0.73% -
XYZ 28.74 14.04 43.84 -
YUV 82.19 182.64 202.76 -
System Red Green Blue C M Y K H S L
Decimal 187 10 179 0 0.95 0.04 0.27 302.71 0.9 0.39
Hex BB A B3 0 5F 4 1B 12F 5A 27
Octal 273 12 263 0 137 4 33 457 132 47
Binary 10111011 1010 10110011 0 1011111 100 11011 100101111 1011010 100111

Color Harmonies of #BB0AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0AB3

Black with #BB0AB3

Text Example


Text Example

White with #BB0AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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