Html Css Color HEX #BF0FAD Deep Magenta

📋 copy color: '#BF0FAD'

red 191 ◦ green 15 ◦ blue 173

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

Shades of Deep Magenta #BF0FAD

Tints of Deep Magenta #BF0FAD

RGB

 RED value IS 191 (75% from 255) = 50.4%

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

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 50.4%
G = 3.96%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF0FAD (or 0xBF0FAD) is known color: Deep Magenta. HEX triplet: BF, 0F and AD. RGB value is (191,15,173). Sum of RGB (Red+Green+Blue) = 191+15+173=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0FAD is #40F052. Grayscale: #555555. Windows color (decimal): -4255827 or 11341759. OLE color: 11341759.

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

Color convert

RGB 191 15 173 -
CMYK 0 0.92 0.09 0.25
HSL 306.14º 0.85% 0.4% -
HSV(B) 306.14º 0.92% 0.75% -
XYZ 29.2 14.44 40.78 -
YUV 85.64 177.31 203.15 -
System Red Green Blue C M Y K H S L
Decimal 191 15 173 0 0.92 0.09 0.25 306.14 0.85 0.4
Hex BF F AD 0 5C 9 19 132 55 28
Octal 277 17 255 0 134 11 31 462 125 50
Binary 10111111 1111 10101101 0 1011100 1001 11001 100110010 1010101 101000

Color Harmonies of #BF0FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0FAD

Black with #BF0FAD

Text Example


Text Example

White with #BF0FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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