Html Css Color HEX #BF207D Medium Violet Red

📋 copy color: '#BF207D'

red 191 ◦ green 32 ◦ blue 125

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

Shades of Medium Violet Red #BF207D

Tints of Medium Violet Red #BF207D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 54.89%
G = 9.2%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF207D (or 0xBF207D) is known color: Medium Violet Red. HEX triplet: BF, 20 and 7D. RGB value is (191,32,125). Sum of RGB (Red+Green+Blue) = 191+32+125=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF207D is #40DF82. Grayscale: #595959. Windows color (decimal): -4251523 or 8200383. OLE color: 8200383.

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

Color convert

RGB 191 32 125 -
CMYK 0 0.83 0.35 0.25
HSL 324.91º 0.71% 0.44% -
HSV(B) 324.91º 0.83% 0.75% -
XYZ 25.7 13.59 20.67 -
YUV 90.14 147.68 199.94 -
System Red Green Blue C M Y K H S L
Decimal 191 32 125 0 0.83 0.35 0.25 324.91 0.71 0.44
Hex BF 20 7D 0 53 23 19 145 47 2C
Octal 277 40 175 0 123 43 31 505 107 54
Binary 10111111 100000 1111101 0 1010011 100011 11001 101000101 1000111 101100

Color Harmonies of #BF207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF207D

Black with #BF207D

Text Example


Text Example

White with #BF207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF207D; }

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

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

background-color css

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

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

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

border-color css

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

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

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