Html Css Color HEX #BC0079 Medium Violet Red

📋 copy color: '#BC0079'

red 188 ◦ green 0 ◦ blue 121

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

Shades of Medium Violet Red #BC0079

Tints of Medium Violet Red #BC0079

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 121 (47.66% from 255) = 39.16%

R = 60.84%
G = 0%
B = 39.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC0079 (or 0xBC0079) is known color: Medium Violet Red. HEX triplet: BC, 00 and 79. RGB value is (188,0,121). Sum of RGB (Red+Green+Blue) = 188+0+121=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0079 is #43FF86. Grayscale: #454545. Windows color (decimal): -4456327 or 7930044. OLE color: 7930044.

HSL color Cylindrical-coordinate representation of color #BC0079: hue angle of 321.38º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0079 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 0 121 -
CMYK 0 1 0.36 0.26
HSL 321.38º 1% 0.37% -
HSV(B) 321.38º 1% 0.74% -
XYZ 24.19 12.07 19.14 -
YUV 70.01 156.78 212.16 -
System Red Green Blue C M Y K H S L
Decimal 188 0 121 0 1 0.36 0.26 321.38 1 0.37
Hex BC 0 79 0 64 24 1A 141 64 25
Octal 274 0 171 0 144 44 32 501 144 45
Binary 10111100 0 1111001 0 1100100 100100 11010 101000001 1100100 100101

Color Harmonies of #BC0079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0079

Black with #BC0079

Text Example


Text Example

White with #BC0079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0079; }

 p { color: rgb(188,0,121); }

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

background-color css

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

 a { background-color: rgb(188,0,121); }

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

border-color css

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

 span { border-color: rgb(188,0,121); }

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