Html Css Color HEX #B00FAC Deep Magenta

📋 copy color: '#B00FAC'

red 176 ◦ green 15 ◦ blue 172

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

Shades of Deep Magenta #B00FAC

Tints of Deep Magenta #B00FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.38%

R = 48.48%
G = 4.13%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B00FAC (or 0xB00FAC) is known color: Deep Magenta. HEX triplet: B0, 0F and AC. RGB value is (176,15,172). Sum of RGB (Red+Green+Blue) = 176+15+172=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B00FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00FAC is #4FF053. Grayscale: #505050. Windows color (decimal): -5238868 or 11276208. OLE color: 11276208.

HSL color Cylindrical-coordinate representation of color #B00FAC: hue angle of 301.49º 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 #B00FAC is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 15 172 -
CMYK 0 0.91 0.02 0.31
HSL 301.49º 0.84% 0.37% -
HSV(B) 301.49º 0.91% 0.69% -
XYZ 25.52 12.55 40.11 -
YUV 81.04 179.34 195.73 -
System Red Green Blue C M Y K H S L
Decimal 176 15 172 0 0.91 0.02 0.31 301.49 0.84 0.37
Hex B0 F AC 0 5B 2 1F 12D 54 25
Octal 260 17 254 0 133 2 37 455 124 45
Binary 10110000 1111 10101100 0 1011011 10 11111 100101101 1010100 100101

Color Harmonies of #B00FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00FAC

Black with #B00FAC

Text Example


Text Example

White with #B00FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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