Html Css Color HEX #B00ABB Deep Magenta

📋 copy color: '#B00ABB'

red 176 ◦ green 10 ◦ blue 187

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

Shades of Deep Magenta #B00ABB

Tints of Deep Magenta #B00ABB

RGB

 RED value IS 176 (69.14% from 255) = 47.18%

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

 BLUE value IS 187 (73.44% from 255) = 50.13%

R = 47.18%
G = 2.68%
B = 50.13%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B00ABB (or 0xB00ABB) is known color: Deep Magenta. HEX triplet: B0, 0A and BB. RGB value is (176,10,187). Sum of RGB (Red+Green+Blue) = 176+10+187=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #B00ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00ABB is #4FF544. Grayscale: #4F4F4F. Windows color (decimal): -5240133 or 12257968. OLE color: 12257968.

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

Color convert

RGB 176 10 187 -
CMYK 0.06 0.95 0 0.27
HSL 296.27º 0.9% 0.39% -
HSV(B) 296.27º 0.95% 0.73% -
XYZ 26.98 13.04 48.11 -
YUV 79.81 188.5 196.61 -
System Red Green Blue C M Y K H S L
Decimal 176 10 187 0.06 0.95 0 0.27 296.27 0.9 0.39
Hex B0 A BB 6 5F 0 1B 128 5A 27
Octal 260 12 273 6 137 0 33 450 132 47
Binary 10110000 1010 10111011 110 1011111 0 11011 100101000 1011010 100111

Color Harmonies of #B00ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00ABB

Black with #B00ABB

Text Example


Text Example

White with #B00ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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