Html Css Color HEX #BC059F Medium Violet Red

📋 copy color: '#BC059F'

red 188 ◦ green 5 ◦ blue 159

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

Shades of Medium Violet Red #BC059F

Tints of Medium Violet Red #BC059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.17%

R = 53.41%
G = 1.42%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC059F (or 0xBC059F) is known color: Medium Violet Red. HEX triplet: BC, 05 and 9F. RGB value is (188,5,159). Sum of RGB (Red+Green+Blue) = 188+5+159=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC059F is #43FA60. Grayscale: #4C4C4C. Windows color (decimal): -4455009 or 10421692. OLE color: 10421692.

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

Color convert

RGB 188 5 159 -
CMYK 0 0.97 0.15 0.26
HSL 309.51º 0.95% 0.38% -
HSV(B) 309.51º 0.97% 0.74% -
XYZ 27.05 13.3 33.94 -
YUV 77.27 174.13 206.98 -
System Red Green Blue C M Y K H S L
Decimal 188 5 159 0 0.97 0.15 0.26 309.51 0.95 0.38
Hex BC 5 9F 0 61 F 1A 136 5F 26
Octal 274 5 237 0 141 17 32 466 137 46
Binary 10111100 101 10011111 0 1100001 1111 11010 100110110 1011111 100110

Color Harmonies of #BC059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC059F

Black with #BC059F

Text Example


Text Example

White with #BC059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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