Html Css Color HEX #BF0575 Medium Violet Red

📋 copy color: '#BF0575'

red 191 ◦ green 5 ◦ blue 117

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

Shades of Medium Violet Red #BF0575

Tints of Medium Violet Red #BF0575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 61.02%
G = 1.6%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF0575 (or 0xBF0575) is known color: Medium Violet Red. HEX triplet: BF, 05 and 75. RGB value is (191,5,117). Sum of RGB (Red+Green+Blue) = 191+5+117=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0575 is #40FA8A. Grayscale: #494949. Windows color (decimal): -4258443 or 7669183. OLE color: 7669183.

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

Color convert

RGB 191 5 117 -
CMYK 0 0.97 0.39 0.25
HSL 323.87º 0.95% 0.38% -
HSV(B) 323.87º 0.97% 0.75% -
XYZ 24.75 12.47 17.93 -
YUV 73.38 152.62 211.89 -
System Red Green Blue C M Y K H S L
Decimal 191 5 117 0 0.97 0.39 0.25 323.87 0.95 0.38
Hex BF 5 75 0 61 27 19 144 5F 26
Octal 277 5 165 0 141 47 31 504 137 46
Binary 10111111 101 1110101 0 1100001 100111 11001 101000100 1011111 100110

Color Harmonies of #BF0575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0575

Black with #BF0575

Text Example


Text Example

White with #BF0575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0575; }

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

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

background-color css

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

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

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

border-color css

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

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

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