Html Css Color HEX #BF2083 Medium Violet Red

📋 copy color: '#BF2083'

red 191 ◦ green 32 ◦ blue 131

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

Shades of Medium Violet Red #BF2083

Tints of Medium Violet Red #BF2083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.01%

R = 53.95%
G = 9.04%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF2083 (or 0xBF2083) is known color: Medium Violet Red. HEX triplet: BF, 20 and 83. RGB value is (191,32,131). Sum of RGB (Red+Green+Blue) = 191+32+131=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2083 is #40DF7C. Grayscale: #5A5A5A. Windows color (decimal): -4251517 or 8593599. OLE color: 8593599.

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

Color convert

RGB 191 32 131 -
CMYK 0 0.83 0.31 0.25
HSL 322.64º 0.71% 0.44% -
HSV(B) 322.64º 0.83% 0.75% -
XYZ 26.1 13.75 22.75 -
YUV 90.83 150.68 199.45 -
System Red Green Blue C M Y K H S L
Decimal 191 32 131 0 0.83 0.31 0.25 322.64 0.71 0.44
Hex BF 20 83 0 53 1F 19 143 47 2C
Octal 277 40 203 0 123 37 31 503 107 54
Binary 10111111 100000 10000011 0 1010011 11111 11001 101000011 1000111 101100

Color Harmonies of #BF2083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2083

Black with #BF2083

Text Example


Text Example

White with #BF2083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2083; }

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

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

background-color css

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

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

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

border-color css

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

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

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