Html Css Color HEX #BF208D Medium Violet Red

📋 copy color: '#BF208D'

red 191 ◦ green 32 ◦ blue 141

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

Shades of Medium Violet Red #BF208D

Tints of Medium Violet Red #BF208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 52.47%
G = 8.79%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF208D (or 0xBF208D) is known color: Medium Violet Red. HEX triplet: BF, 20 and 8D. RGB value is (191,32,141). Sum of RGB (Red+Green+Blue) = 191+32+141=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF208D is #40DF72. Grayscale: #5B5B5B. Windows color (decimal): -4251507 or 9248959. OLE color: 9248959.

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

Color convert

RGB 191 32 141 -
CMYK 0 0.83 0.26 0.25
HSL 318.87º 0.71% 0.44% -
HSV(B) 318.87º 0.83% 0.75% -
XYZ 26.81 14.03 26.49 -
YUV 91.97 155.68 198.64 -
System Red Green Blue C M Y K H S L
Decimal 191 32 141 0 0.83 0.26 0.25 318.87 0.71 0.44
Hex BF 20 8D 0 53 1A 19 13F 47 2C
Octal 277 40 215 0 123 32 31 477 107 54
Binary 10111111 100000 10001101 0 1010011 11010 11001 100111111 1000111 101100

Color Harmonies of #BF208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF208D

Black with #BF208D

Text Example


Text Example

White with #BF208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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