Html Css Color HEX #BF1899 Medium Violet Red

📋 copy color: '#BF1899'

red 191 ◦ green 24 ◦ blue 153

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

Shades of Medium Violet Red #BF1899

Tints of Medium Violet Red #BF1899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.58%

R = 51.9%
G = 6.52%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF1899 (or 0xBF1899) is known color: Medium Violet Red. HEX triplet: BF, 18 and 99. RGB value is (191,24,153). Sum of RGB (Red+Green+Blue) = 191+24+153=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 24 (9.77% from 255 or 6.52% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1899 is #40E766. Grayscale: #585858. Windows color (decimal): -4253543 or 10033343. OLE color: 10033343.

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

Color convert

RGB 191 24 153 -
CMYK 0 0.87 0.20 0.25
HSL 313.65º 0.78% 0.42% -
HSV(B) 313.65º 0.87% 0.75% -
XYZ 27.56 14.03 31.39 -
YUV 88.64 164.33 201.01 -
System Red Green Blue C M Y K H S L
Decimal 191 24 153 0 0.87 0.20 0.25 313.65 0.78 0.42
Hex BF 18 99 0 57 14 19 13A 4E 2A
Octal 277 30 231 0 127 24 31 472 116 52
Binary 10111111 11000 10011001 0 1010111 10100 11001 100111010 1001110 101010

Color Harmonies of #BF1899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1899

Black with #BF1899

Text Example


Text Example

White with #BF1899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1899; }

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

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

background-color css

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

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

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

border-color css

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

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

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