Html Css Color HEX #BC079B Medium Violet Red

📋 copy color: '#BC079B'

red 188 ◦ green 7 ◦ blue 155

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

Shades of Medium Violet Red #BC079B

Tints of Medium Violet Red #BC079B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 53.71%
G = 2%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC079B (or 0xBC079B) is known color: Medium Violet Red. HEX triplet: BC, 07 and 9B. RGB value is (188,7,155). Sum of RGB (Red+Green+Blue) = 188+7+155=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC079B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC079B is #43F864. Grayscale: #4D4D4D. Windows color (decimal): -4454501 or 10160060. OLE color: 10160060.

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

Color convert

RGB 188 7 155 -
CMYK 0 0.96 0.18 0.26
HSL 310.94º 0.93% 0.38% -
HSV(B) 310.94º 0.96% 0.74% -
XYZ 26.73 13.21 32.15 -
YUV 77.99 171.47 206.47 -
System Red Green Blue C M Y K H S L
Decimal 188 7 155 0 0.96 0.18 0.26 310.94 0.93 0.38
Hex BC 7 9B 0 60 12 1A 137 5D 26
Octal 274 7 233 0 140 22 32 467 135 46
Binary 10111100 111 10011011 0 1100000 10010 11010 100110111 1011101 100110

Color Harmonies of #BC079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC079B

Black with #BC079B

Text Example


Text Example

White with #BC079B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC079B; }

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

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

background-color css

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

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

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

border-color css

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

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

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