Html Css Color HEX #B00ABE Deep Magenta

📋 copy color: '#B00ABE'

red 176 ◦ green 10 ◦ blue 190

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

Shades of Deep Magenta #B00ABE

Tints of Deep Magenta #B00ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.53%

R = 46.81%
G = 2.66%
B = 50.53%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B00ABE (or 0xB00ABE) is known color: Deep Magenta. HEX triplet: B0, 0A and BE. RGB value is (176,10,190). Sum of RGB (Red+Green+Blue) = 176+10+190=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #B00ABE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00ABE is #4FF541. Grayscale: #4F4F4F. Windows color (decimal): -5240130 or 12454576. OLE color: 12454576.

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

Color convert

RGB 176 10 190 -
CMYK 0.07 0.95 0 0.25
HSL 295.33º 0.9% 0.39% -
HSV(B) 295.33º 0.95% 0.75% -
XYZ 27.31 13.16 49.82 -
YUV 80.15 190 196.36 -
System Red Green Blue C M Y K H S L
Decimal 176 10 190 0.07 0.95 0 0.25 295.33 0.9 0.39
Hex B0 A BE 7 5F 0 19 127 5A 27
Octal 260 12 276 7 137 0 31 447 132 47
Binary 10110000 1010 10111110 111 1011111 0 11001 100100111 1011010 100111

Color Harmonies of #B00ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00ABE

Black with #B00ABE

Text Example


Text Example

White with #B00ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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