Html Css Color HEX #BF209C Medium Violet Red

📋 copy color: '#BF209C'

red 191 ◦ green 32 ◦ blue 156

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

Shades of Medium Violet Red #BF209C

Tints of Medium Violet Red #BF209C

RGB

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

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

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

R = 50.4%
G = 8.44%
B = 41.16%

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

#BF209C (or 0xBF209C) is known color: Medium Violet Red. HEX triplet: BF, 20 and 9C. RGB value is (191,32,156). Sum of RGB (Red+Green+Blue) = 191+32+156=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF209C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF209C is #40DF63. Grayscale: #5D5D5D. Windows color (decimal): -4251492 or 10231999. OLE color: 10231999.

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

Color convert

RGB 191 32 156 -
CMYK 0 0.83 0.18 0.25
HSL 313.21º 0.71% 0.44% -
HSV(B) 313.21º 0.83% 0.75% -
XYZ 28 14.51 32.78 -
YUV 93.68 163.18 197.42 -
System Red Green Blue C M Y K H S L
Decimal 191 32 156 0 0.83 0.18 0.25 313.21 0.71 0.44
Hex BF 20 9C 0 53 12 19 139 47 2C
Octal 277 40 234 0 123 22 31 471 107 54
Binary 10111111 100000 10011100 0 1010011 10010 11001 100111001 1000111 101100

Color Harmonies of #BF209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF209C

Black with #BF209C

Text Example


Text Example

White with #BF209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF209C; }

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

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

background-color css

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

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

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

border-color css

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

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

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