Html Css Color HEX #BC0486 Medium Violet Red

📋 copy color: '#BC0486'

red 188 ◦ green 4 ◦ blue 134

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

Shades of Medium Violet Red #BC0486

Tints of Medium Violet Red #BC0486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

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

R = 57.67%
G = 1.23%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC0486 (or 0xBC0486) is known color: Medium Violet Red. HEX triplet: BC, 04 and 86. RGB value is (188,4,134). Sum of RGB (Red+Green+Blue) = 188+4+134=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0486 is #43FB79. Grayscale: #494949. Windows color (decimal): -4455290 or 8783036. OLE color: 8783036.

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

Color convert

RGB 188 4 134 -
CMYK 0 0.98 0.29 0.26
HSL 317.61º 0.96% 0.38% -
HSV(B) 317.61º 0.98% 0.74% -
XYZ 25.09 12.5 23.64 -
YUV 73.84 161.96 209.43 -
System Red Green Blue C M Y K H S L
Decimal 188 4 134 0 0.98 0.29 0.26 317.61 0.96 0.38
Hex BC 4 86 0 62 1D 1A 13E 60 26
Octal 274 4 206 0 142 35 32 476 140 46
Binary 10111100 100 10000110 0 1100010 11101 11010 100111110 1100000 100110

Color Harmonies of #BC0486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0486

Black with #BC0486

Text Example


Text Example

White with #BC0486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0486; }

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

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

background-color css

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

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

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

border-color css

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

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

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