Html Css Color HEX #BF0BAD Deep Magenta

📋 copy color: '#BF0BAD'

red 191 ◦ green 11 ◦ blue 173

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

Shades of Deep Magenta #BF0BAD

Tints of Deep Magenta #BF0BAD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.93%

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

R = 50.93%
G = 2.93%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF0BAD (or 0xBF0BAD) is known color: Deep Magenta. HEX triplet: BF, 0B and AD. RGB value is (191,11,173). Sum of RGB (Red+Green+Blue) = 191+11+173=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0BAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0BAD is #40F452. Grayscale: #525252. Windows color (decimal): -4256851 or 11340735. OLE color: 11340735.

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

Color convert

RGB 191 11 173 -
CMYK 0 0.94 0.09 0.25
HSL 306º 0.89% 0.4% -
HSV(B) 306º 0.94% 0.75% -
XYZ 29.15 14.33 40.77 -
YUV 83.29 178.63 204.83 -
System Red Green Blue C M Y K H S L
Decimal 191 11 173 0 0.94 0.09 0.25 306 0.89 0.4
Hex BF B AD 0 5E 9 19 132 59 28
Octal 277 13 255 0 136 11 31 462 131 50
Binary 10111111 1011 10101101 0 1011110 1001 11001 100110010 1011001 101000

Color Harmonies of #BF0BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0BAD

Black with #BF0BAD

Text Example


Text Example

White with #BF0BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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