Html Css Color HEX #BF2095 Medium Violet Red

📋 copy color: '#BF2095'

red 191 ◦ green 32 ◦ blue 149

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

Shades of Medium Violet Red #BF2095

Tints of Medium Violet Red #BF2095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.6%

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

R = 51.34%
G = 8.6%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BF2095 (or 0xBF2095) is known color: Medium Violet Red. HEX triplet: BF, 20 and 95. RGB value is (191,32,149). Sum of RGB (Red+Green+Blue) = 191+32+149=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2095 is #40DF6A. Grayscale: #5C5C5C. Windows color (decimal): -4251499 or 9773247. OLE color: 9773247.

HSL color Cylindrical-coordinate representation of color #BF2095: hue angle of 315.85º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2095 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 32 149 -
CMYK 0 0.83 0.22 0.25
HSL 315.85º 0.71% 0.44% -
HSV(B) 315.85º 0.83% 0.75% -
XYZ 27.43 14.28 29.74 -
YUV 92.88 159.68 197.99 -
System Red Green Blue C M Y K H S L
Decimal 191 32 149 0 0.83 0.22 0.25 315.85 0.71 0.44
Hex BF 20 95 0 53 16 19 13C 47 2C
Octal 277 40 225 0 123 26 31 474 107 54
Binary 10111111 100000 10010101 0 1010011 10110 11001 100111100 1000111 101100

Color Harmonies of #BF2095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2095

Black with #BF2095

Text Example


Text Example

White with #BF2095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2095; }

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

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

background-color css

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

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

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

border-color css

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

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

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