Html Css Color HEX #BC077F Medium Violet Red

📋 copy color: '#BC077F'

red 188 ◦ green 7 ◦ blue 127

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

Shades of Medium Violet Red #BC077F

Tints of Medium Violet Red #BC077F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.44%

R = 58.39%
G = 2.17%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC077F (or 0xBC077F) is known color: Medium Violet Red. HEX triplet: BC, 07 and 7F. RGB value is (188,7,127). Sum of RGB (Red+Green+Blue) = 188+7+127=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC077F is #43F880. Grayscale: #4A4A4A. Windows color (decimal): -4454529 or 8325052. OLE color: 8325052.

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

Color convert

RGB 188 7 127 -
CMYK 0 0.96 0.32 0.26
HSL 320.22º 0.93% 0.38% -
HSV(B) 320.22º 0.96% 0.74% -
XYZ 24.65 12.38 21.17 -
YUV 74.8 157.47 208.74 -
System Red Green Blue C M Y K H S L
Decimal 188 7 127 0 0.96 0.32 0.26 320.22 0.93 0.38
Hex BC 7 7F 0 60 20 1A 140 5D 26
Octal 274 7 177 0 140 40 32 500 135 46
Binary 10111100 111 1111111 0 1100000 100000 11010 101000000 1011101 100110

Color Harmonies of #BC077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC077F

Black with #BC077F

Text Example


Text Example

White with #BC077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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