Html Css Color HEX #BC0585 Medium Violet Red

📋 copy color: '#BC0585'

red 188 ◦ green 5 ◦ blue 133

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

Shades of Medium Violet Red #BC0585

Tints of Medium Violet Red #BC0585

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.53%

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

R = 57.67%
G = 1.53%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC0585 (or 0xBC0585) is known color: Medium Violet Red. HEX triplet: BC, 05 and 85. RGB value is (188,5,133). Sum of RGB (Red+Green+Blue) = 188+5+133=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0585 is #43FA7A. Grayscale: #494949. Windows color (decimal): -4455035 or 8717756. OLE color: 8717756.

HSL color Cylindrical-coordinate representation of color #BC0585: hue angle of 318.03º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0585 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 5 133 -
CMYK 0 0.97 0.29 0.26
HSL 318.03º 0.95% 0.38% -
HSV(B) 318.03º 0.97% 0.74% -
XYZ 25.03 12.49 23.28 -
YUV 74.31 161.13 209.09 -
System Red Green Blue C M Y K H S L
Decimal 188 5 133 0 0.97 0.29 0.26 318.03 0.95 0.38
Hex BC 5 85 0 61 1D 1A 13E 5F 26
Octal 274 5 205 0 141 35 32 476 137 46
Binary 10111100 101 10000101 0 1100001 11101 11010 100111110 1011111 100110

Color Harmonies of #BC0585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0585

Black with #BC0585

Text Example


Text Example

White with #BC0585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0585; }

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

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

background-color css

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

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

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

border-color css

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

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

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