Html Css Color HEX #BC059C Medium Violet Red

📋 copy color: '#BC059C'

red 188 ◦ green 5 ◦ blue 156

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

Shades of Medium Violet Red #BC059C

Tints of Medium Violet Red #BC059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.7%

R = 53.87%
G = 1.43%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC059C (or 0xBC059C) is known color: Medium Violet Red. HEX triplet: BC, 05 and 9C. RGB value is (188,5,156). Sum of RGB (Red+Green+Blue) = 188+5+156=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC059C is #43FA63. Grayscale: #4C4C4C. Windows color (decimal): -4455012 or 10225084. OLE color: 10225084.

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

Color convert

RGB 188 5 156 -
CMYK 0 0.97 0.17 0.26
HSL 310.49º 0.95% 0.38% -
HSV(B) 310.49º 0.97% 0.74% -
XYZ 26.79 13.2 32.59 -
YUV 76.93 172.63 207.22 -
System Red Green Blue C M Y K H S L
Decimal 188 5 156 0 0.97 0.17 0.26 310.49 0.95 0.38
Hex BC 5 9C 0 61 11 1A 136 5F 26
Octal 274 5 234 0 141 21 32 466 137 46
Binary 10111100 101 10011100 0 1100001 10001 11010 100110110 1011111 100110

Color Harmonies of #BC059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC059C

Black with #BC059C

Text Example


Text Example

White with #BC059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC059C; }

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

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

background-color css

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

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

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

border-color css

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

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

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