Html Css Color HEX #BF209F Medium Violet Red

📋 copy color: '#BF209F'

red 191 ◦ green 32 ◦ blue 159

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

Shades of Medium Violet Red #BF209F

Tints of Medium Violet Red #BF209F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.62%

R = 50%
G = 8.38%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF209F (or 0xBF209F) is known color: Medium Violet Red. HEX triplet: BF, 20 and 9F. RGB value is (191,32,159). Sum of RGB (Red+Green+Blue) = 191+32+159=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF209F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF209F is #40DF60. Grayscale: #5D5D5D. Windows color (decimal): -4251489 or 10428607. OLE color: 10428607.

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

Color convert

RGB 191 32 159 -
CMYK 0 0.83 0.17 0.25
HSL 312.08º 0.71% 0.44% -
HSV(B) 312.08º 0.83% 0.75% -
XYZ 28.26 14.61 34.13 -
YUV 94.02 164.68 197.17 -
System Red Green Blue C M Y K H S L
Decimal 191 32 159 0 0.83 0.17 0.25 312.08 0.71 0.44
Hex BF 20 9F 0 53 11 19 138 47 2C
Octal 277 40 237 0 123 21 31 470 107 54
Binary 10111111 100000 10011111 0 1010011 10001 11001 100111000 1000111 101100

Color Harmonies of #BF209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF209F

Black with #BF209F

Text Example


Text Example

White with #BF209F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF209F; }

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

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

background-color css

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

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

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

border-color css

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

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

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