Html Css Color HEX #B00FAF Deep Magenta

📋 copy color: '#B00FAF'

red 176 ◦ green 15 ◦ blue 175

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

Shades of Deep Magenta #B00FAF

Tints of Deep Magenta #B00FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.81%

R = 48.09%
G = 4.1%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B00FAF (or 0xB00FAF) is known color: Deep Magenta. HEX triplet: B0, 0F and AF. RGB value is (176,15,175). Sum of RGB (Red+Green+Blue) = 176+15+175=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B00FAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00FAF is #4FF050. Grayscale: #505050. Windows color (decimal): -5238865 or 11472816. OLE color: 11472816.

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

Color convert

RGB 176 15 175 -
CMYK 0 0.91 0.01 0.31
HSL 300.37º 0.84% 0.37% -
HSV(B) 300.37º 0.91% 0.69% -
XYZ 25.81 12.67 41.64 -
YUV 81.38 180.84 195.49 -
System Red Green Blue C M Y K H S L
Decimal 176 15 175 0 0.91 0.01 0.31 300.37 0.84 0.37
Hex B0 F AF 0 5B 1 1F 12C 54 25
Octal 260 17 257 0 133 1 37 454 124 45
Binary 10110000 1111 10101111 0 1011011 1 11111 100101100 1010100 100101

Color Harmonies of #B00FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00FAF

Black with #B00FAF

Text Example


Text Example

White with #B00FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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