Html Css Color HEX #BC077E Medium Violet Red

📋 copy color: '#BC077E'

red 188 ◦ green 7 ◦ blue 126

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

Shades of Medium Violet Red #BC077E

Tints of Medium Violet Red #BC077E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.25%

R = 58.57%
G = 2.18%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC077E (or 0xBC077E) is known color: Medium Violet Red. HEX triplet: BC, 07 and 7E. RGB value is (188,7,126). Sum of RGB (Red+Green+Blue) = 188+7+126=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC077E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC077E is #43F881. Grayscale: #4A4A4A. Windows color (decimal): -4454530 or 8259516. OLE color: 8259516.

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

Color convert

RGB 188 7 126 -
CMYK 0 0.96 0.33 0.26
HSL 320.55º 0.93% 0.38% -
HSV(B) 320.55º 0.96% 0.74% -
XYZ 24.58 12.35 20.83 -
YUV 74.69 156.97 208.82 -
System Red Green Blue C M Y K H S L
Decimal 188 7 126 0 0.96 0.33 0.26 320.55 0.93 0.38
Hex BC 7 7E 0 60 21 1A 141 5D 26
Octal 274 7 176 0 140 41 32 501 135 46
Binary 10111100 111 1111110 0 1100000 100001 11010 101000001 1011101 100110

Color Harmonies of #BC077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC077E

Black with #BC077E

Text Example


Text Example

White with #BC077E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC077E; }

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

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

background-color css

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

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

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

border-color css

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

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

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