Html Css Color HEX #BC2083 Medium Violet Red

📋 copy color: '#BC2083'

red 188 ◦ green 32 ◦ blue 131

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

Shades of Medium Violet Red #BC2083

Tints of Medium Violet Red #BC2083

RGB

 RED value IS 188 (73.83% from 255) = 53.56%

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

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

R = 53.56%
G = 9.12%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC2083 (or 0xBC2083) is known color: Medium Violet Red. HEX triplet: BC, 20 and 83. RGB value is (188,32,131). Sum of RGB (Red+Green+Blue) = 188+32+131=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2083 is #43DF7C. Grayscale: #595959. Windows color (decimal): -4448125 or 8593596. OLE color: 8593596.

HSL color Cylindrical-coordinate representation of color #BC2083: hue angle of 321.92º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2083 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 32 131 -
CMYK 0 0.83 0.30 0.26
HSL 321.92º 0.71% 0.43% -
HSV(B) 321.92º 0.83% 0.74% -
XYZ 25.35 13.36 22.72 -
YUV 89.93 151.18 197.95 -
System Red Green Blue C M Y K H S L
Decimal 188 32 131 0 0.83 0.30 0.26 321.92 0.71 0.43
Hex BC 20 83 0 53 1E 1A 142 47 2B
Octal 274 40 203 0 123 36 32 502 107 53
Binary 10111100 100000 10000011 0 1010011 11110 11010 101000010 1000111 101011

Color Harmonies of #BC2083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2083

Black with #BC2083

Text Example


Text Example

White with #BC2083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2083; }

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

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

background-color css

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

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

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

border-color css

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

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

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