Html Css Color HEX #BF1895 Medium Violet Red

📋 copy color: '#BF1895'

red 191 ◦ green 24 ◦ blue 149

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

Shades of Medium Violet Red #BF1895

Tints of Medium Violet Red #BF1895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.59%

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

R = 52.47%
G = 6.59%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BF1895 (or 0xBF1895) is known color: Medium Violet Red. HEX triplet: BF, 18 and 95. RGB value is (191,24,149). Sum of RGB (Red+Green+Blue) = 191+24+149=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1895 is #40E76A. Grayscale: #575757. Windows color (decimal): -4253547 or 9771199. OLE color: 9771199.

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

Color convert

RGB 191 24 149 -
CMYK 0 0.87 0.22 0.25
HSL 315.09º 0.78% 0.42% -
HSV(B) 315.09º 0.87% 0.75% -
XYZ 27.24 13.9 29.68 -
YUV 88.18 162.33 201.34 -
System Red Green Blue C M Y K H S L
Decimal 191 24 149 0 0.87 0.22 0.25 315.09 0.78 0.42
Hex BF 18 95 0 57 16 19 13B 4E 2A
Octal 277 30 225 0 127 26 31 473 116 52
Binary 10111111 11000 10010101 0 1010111 10110 11001 100111011 1001110 101010

Color Harmonies of #BF1895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1895

Black with #BF1895

Text Example


Text Example

White with #BF1895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1895; }

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

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

background-color css

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

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

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

border-color css

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

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

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