Html Css Color HEX #BC0179 Medium Violet Red

📋 copy color: '#BC0179'

red 188 ◦ green 1 ◦ blue 121

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

Shades of Medium Violet Red #BC0179

Tints of Medium Violet Red #BC0179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 60.65%
G = 0.32%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC0179 (or 0xBC0179) is known color: Medium Violet Red. HEX triplet: BC, 01 and 79. RGB value is (188,1,121). Sum of RGB (Red+Green+Blue) = 188+1+121=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0179 is #43FE86. Grayscale: #464646. Windows color (decimal): -4456071 or 7930300. OLE color: 7930300.

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

Color convert

RGB 188 1 121 -
CMYK 0 0.99 0.36 0.26
HSL 321.5º 0.99% 0.37% -
HSV(B) 321.5º 0.99% 0.74% -
XYZ 24.2 12.09 19.15 -
YUV 70.59 156.45 211.74 -
System Red Green Blue C M Y K H S L
Decimal 188 1 121 0 0.99 0.36 0.26 321.5 0.99 0.37
Hex BC 1 79 0 63 24 1A 141 63 25
Octal 274 1 171 0 143 44 32 501 143 45
Binary 10111100 1 1111001 0 1100011 100100 11010 101000001 1100011 100101

Color Harmonies of #BC0179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0179

Black with #BC0179

Text Example


Text Example

White with #BC0179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0179; }

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

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

background-color css

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

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

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

border-color css

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

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

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