Html Css Color HEX #BF0593 Medium Violet Red

📋 copy color: '#BF0593'

red 191 ◦ green 5 ◦ blue 147

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

Shades of Medium Violet Red #BF0593

Tints of Medium Violet Red #BF0593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.86%

R = 55.69%
G = 1.46%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF0593 (or 0xBF0593) is known color: Medium Violet Red. HEX triplet: BF, 05 and 93. RGB value is (191,5,147). Sum of RGB (Red+Green+Blue) = 191+5+147=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0593 is #40FA6C. Grayscale: #4C4C4C. Windows color (decimal): -4258413 or 9635263. OLE color: 9635263.

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

Color convert

RGB 191 5 147 -
CMYK 0 0.97 0.23 0.25
HSL 314.19º 0.95% 0.38% -
HSV(B) 314.19º 0.97% 0.75% -
XYZ 26.81 13.29 28.76 -
YUV 76.8 167.62 209.45 -
System Red Green Blue C M Y K H S L
Decimal 191 5 147 0 0.97 0.23 0.25 314.19 0.95 0.38
Hex BF 5 93 0 61 17 19 13A 5F 26
Octal 277 5 223 0 141 27 31 472 137 46
Binary 10111111 101 10010011 0 1100001 10111 11001 100111010 1011111 100110

Color Harmonies of #BF0593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0593

Black with #BF0593

Text Example


Text Example

White with #BF0593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0593; }

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

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

background-color css

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

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

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

border-color css

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

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

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