Html Css Color HEX #BC079F Medium Violet Red

📋 copy color: '#BC079F'

red 188 ◦ green 7 ◦ blue 159

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

Shades of Medium Violet Red #BC079F

Tints of Medium Violet Red #BC079F

RGB

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

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

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

R = 53.11%
G = 1.98%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC079F (or 0xBC079F) is known color: Medium Violet Red. HEX triplet: BC, 07 and 9F. RGB value is (188,7,159). Sum of RGB (Red+Green+Blue) = 188+7+159=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC079F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC079F is #43F860. Grayscale: #4E4E4E. Windows color (decimal): -4454497 or 10422204. OLE color: 10422204.

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

Color convert

RGB 188 7 159 -
CMYK 0 0.96 0.15 0.26
HSL 309.61º 0.93% 0.38% -
HSV(B) 309.61º 0.96% 0.74% -
XYZ 27.07 13.35 33.95 -
YUV 78.45 173.47 206.14 -
System Red Green Blue C M Y K H S L
Decimal 188 7 159 0 0.96 0.15 0.26 309.61 0.93 0.38
Hex BC 7 9F 0 60 F 1A 136 5D 26
Octal 274 7 237 0 140 17 32 466 135 46
Binary 10111100 111 10011111 0 1100000 1111 11010 100110110 1011101 100110

Color Harmonies of #BC079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC079F

Black with #BC079F

Text Example


Text Example

White with #BC079F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC079F; }

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

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

background-color css

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

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

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

border-color css

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

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

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