Html Css Color HEX #B00FA8 Deep Magenta

📋 copy color: '#B00FA8'

red 176 ◦ green 15 ◦ blue 168

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

Shades of Deep Magenta #B00FA8

Tints of Deep Magenta #B00FA8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.18%

 BLUE value IS 168 (66.02% from 255) = 46.8%

R = 49.03%
G = 4.18%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B00FA8 (or 0xB00FA8) is known color: Deep Magenta. HEX triplet: B0, 0F and A8. RGB value is (176,15,168). Sum of RGB (Red+Green+Blue) = 176+15+168=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B00FA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00FA8 is #4FF057. Grayscale: #505050. Windows color (decimal): -5238872 or 11014064. OLE color: 11014064.

HSL color Cylindrical-coordinate representation of color #B00FA8: hue angle of 302.98º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B00FA8 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 15 168 -
CMYK 0 0.91 0.05 0.31
HSL 302.98º 0.84% 0.37% -
HSV(B) 302.98º 0.91% 0.69% -
XYZ 25.14 12.4 38.11 -
YUV 80.58 177.34 196.06 -
System Red Green Blue C M Y K H S L
Decimal 176 15 168 0 0.91 0.05 0.31 302.98 0.84 0.37
Hex B0 F A8 0 5B 5 1F 12F 54 25
Octal 260 17 250 0 133 5 37 457 124 45
Binary 10110000 1111 10101000 0 1011011 101 11111 100101111 1010100 100101

Color Harmonies of #B00FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00FA8

Black with #B00FA8

Text Example


Text Example

White with #B00FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00FA8; }

 p { color: rgb(176,15,168); }

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

background-color css

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

 a { background-color: rgb(176,15,168); }

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

border-color css

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

 span { border-color: rgb(176,15,168); }

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