Html Css Color HEX #BF059D Medium Violet Red

📋 copy color: '#BF059D'

red 191 ◦ green 5 ◦ blue 157

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

Shades of Medium Violet Red #BF059D

Tints of Medium Violet Red #BF059D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.42%

 BLUE value IS 157 (61.72% from 255) = 44.48%

R = 54.11%
G = 1.42%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF059D (or 0xBF059D) is known color: Medium Violet Red. HEX triplet: BF, 05 and 9D. RGB value is (191,5,157). Sum of RGB (Red+Green+Blue) = 191+5+157=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF059D is #40FA62. Grayscale: #4D4D4D. Windows color (decimal): -4258403 or 10290623. OLE color: 10290623.

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

Color convert

RGB 191 5 157 -
CMYK 0 0.97 0.18 0.25
HSL 310.97º 0.95% 0.38% -
HSV(B) 310.97º 0.97% 0.75% -
XYZ 27.63 13.62 33.07 -
YUV 77.94 172.62 208.64 -
System Red Green Blue C M Y K H S L
Decimal 191 5 157 0 0.97 0.18 0.25 310.97 0.95 0.38
Hex BF 5 9D 0 61 12 19 137 5F 26
Octal 277 5 235 0 141 22 31 467 137 46
Binary 10111111 101 10011101 0 1100001 10010 11001 100110111 1011111 100110

Color Harmonies of #BF059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF059D

Black with #BF059D

Text Example


Text Example

White with #BF059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF059D; }

 p { color: rgb(191,5,157); }

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

background-color css

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

 a { background-color: rgb(191,5,157); }

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

border-color css

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

 span { border-color: rgb(191,5,157); }

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