Html Css Color HEX #BF219C Medium Violet Red

📋 copy color: '#BF219C'

red 191 ◦ green 33 ◦ blue 156

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

Shades of Medium Violet Red #BF219C

Tints of Medium Violet Red #BF219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.68%

 BLUE value IS 156 (61.33% from 255) = 41.05%

R = 50.26%
G = 8.68%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF219C (or 0xBF219C) is known color: Medium Violet Red. HEX triplet: BF, 21 and 9C. RGB value is (191,33,156). Sum of RGB (Red+Green+Blue) = 191+33+156=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF219C is #40DE63. Grayscale: #5D5D5D. Windows color (decimal): -4251236 or 10232255. OLE color: 10232255.

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

Color convert

RGB 191 33 156 -
CMYK 0 0.83 0.18 0.25
HSL 313.29º 0.71% 0.44% -
HSV(B) 313.29º 0.83% 0.75% -
XYZ 28.03 14.56 32.79 -
YUV 94.26 162.85 197 -
System Red Green Blue C M Y K H S L
Decimal 191 33 156 0 0.83 0.18 0.25 313.29 0.71 0.44
Hex BF 21 9C 0 53 12 19 139 47 2C
Octal 277 41 234 0 123 22 31 471 107 54
Binary 10111111 100001 10011100 0 1010011 10010 11001 100111001 1000111 101100

Color Harmonies of #BF219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF219C

Black with #BF219C

Text Example


Text Example

White with #BF219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF219C; }

 p { color: rgb(191,33,156); }

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

background-color css

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

 a { background-color: rgb(191,33,156); }

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

border-color css

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

 span { border-color: rgb(191,33,156); }

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