Html Css Color HEX #BC2082 Medium Violet Red

📋 copy color: '#BC2082'

red 188 ◦ green 32 ◦ blue 130

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

Shades of Medium Violet Red #BC2082

Tints of Medium Violet Red #BC2082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.14%

R = 53.71%
G = 9.14%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC2082 (or 0xBC2082) is known color: Medium Violet Red. HEX triplet: BC, 20 and 82. RGB value is (188,32,130). Sum of RGB (Red+Green+Blue) = 188+32+130=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2082 is #43DF7D. Grayscale: #595959. Windows color (decimal): -4448126 or 8528060. OLE color: 8528060.

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

Color convert

RGB 188 32 130 -
CMYK 0 0.83 0.31 0.26
HSL 322.31º 0.71% 0.43% -
HSV(B) 322.31º 0.83% 0.74% -
XYZ 25.28 13.34 22.36 -
YUV 89.82 150.68 198.03 -
System Red Green Blue C M Y K H S L
Decimal 188 32 130 0 0.83 0.31 0.26 322.31 0.71 0.43
Hex BC 20 82 0 53 1F 1A 142 47 2B
Octal 274 40 202 0 123 37 32 502 107 53
Binary 10111100 100000 10000010 0 1010011 11111 11010 101000010 1000111 101011

Color Harmonies of #BC2082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2082

Black with #BC2082

Text Example


Text Example

White with #BC2082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2082; }

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

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

background-color css

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

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

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

border-color css

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

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

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