Html Css Color HEX #BF207F Medium Violet Red

📋 copy color: '#BF207F'

red 191 ◦ green 32 ◦ blue 127

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

Shades of Medium Violet Red #BF207F

Tints of Medium Violet Red #BF207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.29%

R = 54.57%
G = 9.14%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF207F (or 0xBF207F) is known color: Medium Violet Red. HEX triplet: BF, 20 and 7F. RGB value is (191,32,127). Sum of RGB (Red+Green+Blue) = 191+32+127=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF207F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF207F is #40DF80. Grayscale: #5A5A5A. Windows color (decimal): -4251521 or 8331455. OLE color: 8331455.

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

Color convert

RGB 191 32 127 -
CMYK 0 0.83 0.34 0.25
HSL 324.15º 0.71% 0.44% -
HSV(B) 324.15º 0.83% 0.75% -
XYZ 25.83 13.64 21.35 -
YUV 90.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 191 32 127 0 0.83 0.34 0.25 324.15 0.71 0.44
Hex BF 20 7F 0 53 22 19 144 47 2C
Octal 277 40 177 0 123 42 31 504 107 54
Binary 10111111 100000 1111111 0 1010011 100010 11001 101000100 1000111 101100

Color Harmonies of #BF207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF207F

Black with #BF207F

Text Example


Text Example

White with #BF207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF207F; }

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

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

background-color css

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

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

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

border-color css

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

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

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