Html Css Color HEX #BF059F Medium Violet Red

📋 copy color: '#BF059F'

red 191 ◦ green 5 ◦ blue 159

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

Shades of Medium Violet Red #BF059F

Tints of Medium Violet Red #BF059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.79%

R = 53.8%
G = 1.41%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF059F (or 0xBF059F) is known color: Medium Violet Red. HEX triplet: BF, 05 and 9F. RGB value is (191,5,159). Sum of RGB (Red+Green+Blue) = 191+5+159=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF059F is #40FA60. Grayscale: #4D4D4D. Windows color (decimal): -4258401 or 10421695. OLE color: 10421695.

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

Color convert

RGB 191 5 159 -
CMYK 0 0.97 0.17 0.25
HSL 310.32º 0.95% 0.38% -
HSV(B) 310.32º 0.97% 0.75% -
XYZ 27.8 13.69 33.98 -
YUV 78.17 173.62 208.48 -
System Red Green Blue C M Y K H S L
Decimal 191 5 159 0 0.97 0.17 0.25 310.32 0.95 0.38
Hex BF 5 9F 0 61 11 19 136 5F 26
Octal 277 5 237 0 141 21 31 466 137 46
Binary 10111111 101 10011111 0 1100001 10001 11001 100110110 1011111 100110

Color Harmonies of #BF059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF059F

Black with #BF059F

Text Example


Text Example

White with #BF059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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