Html Css Color HEX #BC077C Medium Violet Red

📋 copy color: '#BC077C'

red 188 ◦ green 7 ◦ blue 124

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

Shades of Medium Violet Red #BC077C

Tints of Medium Violet Red #BC077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

 BLUE value IS 124 (48.83% from 255) = 38.87%

R = 58.93%
G = 2.19%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC077C (or 0xBC077C) is known color: Medium Violet Red. HEX triplet: BC, 07 and 7C. RGB value is (188,7,124). Sum of RGB (Red+Green+Blue) = 188+7+124=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC077C is #43F883. Grayscale: #4A4A4A. Windows color (decimal): -4454532 or 8128444. OLE color: 8128444.

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

Color convert

RGB 188 7 124 -
CMYK 0 0.96 0.34 0.26
HSL 321.22º 0.93% 0.38% -
HSV(B) 321.22º 0.96% 0.74% -
XYZ 24.45 12.3 20.15 -
YUV 74.46 155.97 208.99 -
System Red Green Blue C M Y K H S L
Decimal 188 7 124 0 0.96 0.34 0.26 321.22 0.93 0.38
Hex BC 7 7C 0 60 22 1A 141 5D 26
Octal 274 7 174 0 140 42 32 501 135 46
Binary 10111100 111 1111100 0 1100000 100010 11010 101000001 1011101 100110

Color Harmonies of #BC077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC077C

Black with #BC077C

Text Example


Text Example

White with #BC077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC077C; }

 p { color: rgb(188,7,124); }

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

background-color css

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

 a { background-color: rgb(188,7,124); }

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

border-color css

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

 span { border-color: rgb(188,7,124); }

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