Html Css Color HEX #BC059E Medium Violet Red

📋 copy color: '#BC059E'

red 188 ◦ green 5 ◦ blue 158

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

Shades of Medium Violet Red #BC059E

Tints of Medium Violet Red #BC059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.01%

R = 53.56%
G = 1.42%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC059E (or 0xBC059E) is known color: Medium Violet Red. HEX triplet: BC, 05 and 9E. RGB value is (188,5,158). Sum of RGB (Red+Green+Blue) = 188+5+158=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC059E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC059E is #43FA61. Grayscale: #4C4C4C. Windows color (decimal): -4455010 or 10356156. OLE color: 10356156.

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

Color convert

RGB 188 5 158 -
CMYK 0 0.97 0.16 0.26
HSL 309.84º 0.95% 0.38% -
HSV(B) 309.84º 0.97% 0.74% -
XYZ 26.96 13.27 33.49 -
YUV 77.16 173.63 207.06 -
System Red Green Blue C M Y K H S L
Decimal 188 5 158 0 0.97 0.16 0.26 309.84 0.95 0.38
Hex BC 5 9E 0 61 10 1A 136 5F 26
Octal 274 5 236 0 141 20 32 466 137 46
Binary 10111100 101 10011110 0 1100001 10000 11010 100110110 1011111 100110

Color Harmonies of #BC059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC059E

Black with #BC059E

Text Example


Text Example

White with #BC059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC059E; }

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

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

background-color css

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

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

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

border-color css

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

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

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