Html Css Color HEX #BF0476 Medium Violet Red

📋 copy color: '#BF0476'

red 191 ◦ green 4 ◦ blue 118

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

Shades of Medium Violet Red #BF0476

Tints of Medium Violet Red #BF0476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.28%

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 61.02%
G = 1.28%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF0476 (or 0xBF0476) is known color: Medium Violet Red. HEX triplet: BF, 04 and 76. RGB value is (191,4,118). Sum of RGB (Red+Green+Blue) = 191+4+118=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0476 is #40FB89. Grayscale: #484848. Windows color (decimal): -4258698 or 7734463. OLE color: 7734463.

HSL color Cylindrical-coordinate representation of color #BF0476: hue angle of 323.42º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF0476 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 4 118 -
CMYK 0 0.98 0.38 0.25
HSL 323.42º 0.96% 0.38% -
HSV(B) 323.42º 0.98% 0.75% -
XYZ 24.8 12.47 18.24 -
YUV 72.91 153.45 212.23 -
System Red Green Blue C M Y K H S L
Decimal 191 4 118 0 0.98 0.38 0.25 323.42 0.96 0.38
Hex BF 4 76 0 62 26 19 143 60 26
Octal 277 4 166 0 142 46 31 503 140 46
Binary 10111111 100 1110110 0 1100010 100110 11001 101000011 1100000 100110

Color Harmonies of #BF0476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0476

Black with #BF0476

Text Example


Text Example

White with #BF0476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0476; }

 p { color: rgb(191,4,118); }

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

background-color css

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

 a { background-color: rgb(191,4,118); }

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

border-color css

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

 span { border-color: rgb(191,4,118); }

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