Html Css Color HEX #B00FBF Deep Magenta

📋 copy color: '#B00FBF'

red 176 ◦ green 15 ◦ blue 191

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

Shades of Deep Magenta #B00FBF

Tints of Deep Magenta #B00FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50%

R = 46.07%
G = 3.93%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B00FBF (or 0xB00FBF) is known color: Deep Magenta. HEX triplet: B0, 0F and BF. RGB value is (176,15,191). Sum of RGB (Red+Green+Blue) = 176+15+191=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #B00FBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00FBF is #4FF040. Grayscale: #525252. Windows color (decimal): -5238849 or 12521392. OLE color: 12521392.

HSL color Cylindrical-coordinate representation of color #B00FBF: hue angle of 294.89º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00FBF is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 15 191 -
CMYK 0.08 0.92 0 0.25
HSL 294.89º 0.85% 0.4% -
HSV(B) 294.89º 0.92% 0.75% -
XYZ 27.48 13.33 50.42 -
YUV 83.2 188.84 194.19 -
System Red Green Blue C M Y K H S L
Decimal 176 15 191 0.08 0.92 0 0.25 294.89 0.85 0.4
Hex B0 F BF 8 5C 0 19 127 55 28
Octal 260 17 277 10 134 0 31 447 125 50
Binary 10110000 1111 10111111 1000 1011100 0 11001 100100111 1010101 101000

Color Harmonies of #B00FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00FBF

Black with #B00FBF

Text Example


Text Example

White with #B00FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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