Html Css Color HEX #BF059C Medium Violet Red

📋 copy color: '#BF059C'

red 191 ◦ green 5 ◦ blue 156

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

Shades of Medium Violet Red #BF059C

Tints of Medium Violet Red #BF059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.32%

R = 54.26%
G = 1.42%
B = 44.32%

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

#BF059C (or 0xBF059C) is known color: Medium Violet Red. HEX triplet: BF, 05 and 9C. RGB value is (191,5,156). Sum of RGB (Red+Green+Blue) = 191+5+156=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF059C is #40FA63. Grayscale: #4D4D4D. Windows color (decimal): -4258404 or 10225087. OLE color: 10225087.

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

Color convert

RGB 191 5 156 -
CMYK 0 0.97 0.18 0.25
HSL 311.29º 0.95% 0.38% -
HSV(B) 311.29º 0.97% 0.75% -
XYZ 27.54 13.59 32.62 -
YUV 77.83 172.12 208.72 -
System Red Green Blue C M Y K H S L
Decimal 191 5 156 0 0.97 0.18 0.25 311.29 0.95 0.38
Hex BF 5 9C 0 61 12 19 137 5F 26
Octal 277 5 234 0 141 22 31 467 137 46
Binary 10111111 101 10011100 0 1100001 10010 11001 100110111 1011111 100110

Color Harmonies of #BF059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF059C

Black with #BF059C

Text Example


Text Example

White with #BF059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF059C; }

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

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

background-color css

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

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

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

border-color css

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

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

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