Html Css Color HEX #BC2085 Medium Violet Red

📋 copy color: '#BC2085'

red 188 ◦ green 32 ◦ blue 133

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

Shades of Medium Violet Red #BC2085

Tints of Medium Violet Red #BC2085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.68%

R = 53.26%
G = 9.07%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC2085 (or 0xBC2085) is known color: Medium Violet Red. HEX triplet: BC, 20 and 85. RGB value is (188,32,133). Sum of RGB (Red+Green+Blue) = 188+32+133=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2085 is #43DF7A. Grayscale: #595959. Windows color (decimal): -4448123 or 8724668. OLE color: 8724668.

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

Color convert

RGB 188 32 133 -
CMYK 0 0.83 0.29 0.26
HSL 321.15º 0.71% 0.43% -
HSV(B) 321.15º 0.83% 0.74% -
XYZ 25.49 13.42 23.44 -
YUV 90.16 152.18 197.79 -
System Red Green Blue C M Y K H S L
Decimal 188 32 133 0 0.83 0.29 0.26 321.15 0.71 0.43
Hex BC 20 85 0 53 1D 1A 141 47 2B
Octal 274 40 205 0 123 35 32 501 107 53
Binary 10111100 100000 10000101 0 1010011 11101 11010 101000001 1000111 101011

Color Harmonies of #BC2085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2085

Black with #BC2085

Text Example


Text Example

White with #BC2085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2085; }

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

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

background-color css

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

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

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

border-color css

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

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

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