Html Css Color HEX #BB0ABD Deep Magenta

📋 copy color: '#BB0ABD'

red 187 ◦ green 10 ◦ blue 189

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

Shades of Deep Magenta #BB0ABD

Tints of Deep Magenta #BB0ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.96%

R = 48.45%
G = 2.59%
B = 48.96%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB0ABD (or 0xBB0ABD) is known color: Deep Magenta. HEX triplet: BB, 0A and BD. RGB value is (187,10,189). Sum of RGB (Red+Green+Blue) = 187+10+189=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB0ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0ABD is #44F542. Grayscale: #525252. Windows color (decimal): -4519235 or 12389051. OLE color: 12389051.

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

Color convert

RGB 187 10 189 -
CMYK 0.01 0.95 0 0.26
HSL 299.33º 0.9% 0.39% -
HSV(B) 299.33º 0.95% 0.74% -
XYZ 29.79 14.46 49.36 -
YUV 83.33 187.64 201.95 -
System Red Green Blue C M Y K H S L
Decimal 187 10 189 0.01 0.95 0 0.26 299.33 0.9 0.39
Hex BB A BD 1 5F 0 1A 12B 5A 27
Octal 273 12 275 1 137 0 32 453 132 47
Binary 10111011 1010 10111101 1 1011111 0 11010 100101011 1011010 100111

Color Harmonies of #BB0ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0ABD

Black with #BB0ABD

Text Example


Text Example

White with #BB0ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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