Html Css Color HEX #BF0577 Medium Violet Red

📋 copy color: '#BF0577'

red 191 ◦ green 5 ◦ blue 119

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

Shades of Medium Violet Red #BF0577

Tints of Medium Violet Red #BF0577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.78%

R = 60.63%
G = 1.59%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF0577 (or 0xBF0577) is known color: Medium Violet Red. HEX triplet: BF, 05 and 77. RGB value is (191,5,119). Sum of RGB (Red+Green+Blue) = 191+5+119=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0577 is #40FA88. Grayscale: #494949. Windows color (decimal): -4258441 or 7800255. OLE color: 7800255.

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

Color convert

RGB 191 5 119 -
CMYK 0 0.97 0.38 0.25
HSL 323.23º 0.95% 0.38% -
HSV(B) 323.23º 0.97% 0.75% -
XYZ 24.87 12.52 18.56 -
YUV 73.61 153.62 211.73 -
System Red Green Blue C M Y K H S L
Decimal 191 5 119 0 0.97 0.38 0.25 323.23 0.95 0.38
Hex BF 5 77 0 61 26 19 143 5F 26
Octal 277 5 167 0 141 46 31 503 137 46
Binary 10111111 101 1110111 0 1100001 100110 11001 101000011 1011111 100110

Color Harmonies of #BF0577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0577

Black with #BF0577

Text Example


Text Example

White with #BF0577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0577; }

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

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

background-color css

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

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

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

border-color css

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

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

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