Html Css Color HEX #BC0586 Medium Violet Red

📋 copy color: '#BC0586'

red 188 ◦ green 5 ◦ blue 134

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

Shades of Medium Violet Red #BC0586

Tints of Medium Violet Red #BC0586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.98%

R = 57.49%
G = 1.53%
B = 40.98%

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

#BC0586 (or 0xBC0586) is known color: Medium Violet Red. HEX triplet: BC, 05 and 86. RGB value is (188,5,134). Sum of RGB (Red+Green+Blue) = 188+5+134=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0586 is #43FA79. Grayscale: #4A4A4A. Windows color (decimal): -4455034 or 8783292. OLE color: 8783292.

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

Color convert

RGB 188 5 134 -
CMYK 0 0.97 0.29 0.26
HSL 317.7º 0.95% 0.38% -
HSV(B) 317.7º 0.97% 0.74% -
XYZ 25.1 12.52 23.65 -
YUV 74.42 161.63 209.01 -
System Red Green Blue C M Y K H S L
Decimal 188 5 134 0 0.97 0.29 0.26 317.7 0.95 0.38
Hex BC 5 86 0 61 1D 1A 13E 5F 26
Octal 274 5 206 0 141 35 32 476 137 46
Binary 10111100 101 10000110 0 1100001 11101 11010 100111110 1011111 100110

Color Harmonies of #BC0586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0586

Black with #BC0586

Text Example


Text Example

White with #BC0586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0586; }

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

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

background-color css

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

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

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

border-color css

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

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

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