Html Css Color HEX #BF0595 Medium Violet Red

📋 copy color: '#BF0595'

red 191 ◦ green 5 ◦ blue 149

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

Shades of Medium Violet Red #BF0595

Tints of Medium Violet Red #BF0595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.19%

R = 55.36%
G = 1.45%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BF0595 (or 0xBF0595) is known color: Medium Violet Red. HEX triplet: BF, 05 and 95. RGB value is (191,5,149). Sum of RGB (Red+Green+Blue) = 191+5+149=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0595 is #40FA6A. Grayscale: #4C4C4C. Windows color (decimal): -4258411 or 9766335. OLE color: 9766335.

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

Color convert

RGB 191 5 149 -
CMYK 0 0.97 0.22 0.25
HSL 313.55º 0.95% 0.38% -
HSV(B) 313.55º 0.97% 0.75% -
XYZ 26.96 13.35 29.59 -
YUV 77.03 168.62 209.29 -
System Red Green Blue C M Y K H S L
Decimal 191 5 149 0 0.97 0.22 0.25 313.55 0.95 0.38
Hex BF 5 95 0 61 16 19 13A 5F 26
Octal 277 5 225 0 141 26 31 472 137 46
Binary 10111111 101 10010101 0 1100001 10110 11001 100111010 1011111 100110

Color Harmonies of #BF0595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0595

Black with #BF0595

Text Example


Text Example

White with #BF0595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0595; }

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

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

background-color css

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

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

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

border-color css

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

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

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