Html Css Color HEX #BC0386 Medium Violet Red

📋 copy color: '#BC0386'

red 188 ◦ green 3 ◦ blue 134

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

Shades of Medium Violet Red #BC0386

Tints of Medium Violet Red #BC0386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

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

R = 57.85%
G = 0.92%
B = 41.23%

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

#BC0386 (or 0xBC0386) is known color: Medium Violet Red. HEX triplet: BC, 03 and 86. RGB value is (188,3,134). Sum of RGB (Red+Green+Blue) = 188+3+134=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0386 is #43FC79. Grayscale: #484848. Windows color (decimal): -4455546 or 8782780. OLE color: 8782780.

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

Color convert

RGB 188 3 134 -
CMYK 0 0.98 0.29 0.26
HSL 317.51º 0.97% 0.37% -
HSV(B) 317.51º 0.98% 0.74% -
XYZ 25.07 12.48 23.64 -
YUV 73.25 162.29 209.85 -
System Red Green Blue C M Y K H S L
Decimal 188 3 134 0 0.98 0.29 0.26 317.51 0.97 0.37
Hex BC 3 86 0 62 1D 1A 13E 61 25
Octal 274 3 206 0 142 35 32 476 141 45
Binary 10111100 11 10000110 0 1100010 11101 11010 100111110 1100001 100101

Color Harmonies of #BC0386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0386

Black with #BC0386

Text Example


Text Example

White with #BC0386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0386; }

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

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

background-color css

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

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

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

border-color css

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

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

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