Html Css Color HEX #BF0573 Medium Violet Red

📋 copy color: '#BF0573'

red 191 ◦ green 5 ◦ blue 115

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

Shades of Medium Violet Red #BF0573

Tints of Medium Violet Red #BF0573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.98%

R = 61.41%
G = 1.61%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF0573 (or 0xBF0573) is known color: Medium Violet Red. HEX triplet: BF, 05 and 73. RGB value is (191,5,115). Sum of RGB (Red+Green+Blue) = 191+5+115=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0573 is #40FA8C. Grayscale: #484848. Windows color (decimal): -4258445 or 7538111. OLE color: 7538111.

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

Color convert

RGB 191 5 115 -
CMYK 0 0.97 0.40 0.25
HSL 324.52º 0.95% 0.38% -
HSV(B) 324.52º 0.97% 0.75% -
XYZ 24.63 12.42 17.32 -
YUV 73.15 151.62 212.06 -
System Red Green Blue C M Y K H S L
Decimal 191 5 115 0 0.97 0.40 0.25 324.52 0.95 0.38
Hex BF 5 73 0 61 28 19 145 5F 26
Octal 277 5 163 0 141 50 31 505 137 46
Binary 10111111 101 1110011 0 1100001 101000 11001 101000101 1011111 100110

Color Harmonies of #BF0573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0573

Black with #BF0573

Text Example


Text Example

White with #BF0573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0573; }

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

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

background-color css

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

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

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

border-color css

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

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

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