Html Css Color HEX #BC0177 Medium Violet Red

📋 copy color: '#BC0177'

red 188 ◦ green 1 ◦ blue 119

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

Shades of Medium Violet Red #BC0177

Tints of Medium Violet Red #BC0177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.64%

R = 61.04%
G = 0.32%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC0177 (or 0xBC0177) is known color: Medium Violet Red. HEX triplet: BC, 01 and 77. RGB value is (188,1,119). Sum of RGB (Red+Green+Blue) = 188+1+119=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0177 is #43FE88. Grayscale: #464646. Windows color (decimal): -4456073 or 7799228. OLE color: 7799228.

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

Color convert

RGB 188 1 119 -
CMYK 0 0.99 0.37 0.26
HSL 322.14º 0.99% 0.37% -
HSV(B) 322.14º 0.99% 0.74% -
XYZ 24.08 12.04 18.51 -
YUV 70.37 155.45 211.91 -
System Red Green Blue C M Y K H S L
Decimal 188 1 119 0 0.99 0.37 0.26 322.14 0.99 0.37
Hex BC 1 77 0 63 25 1A 142 63 25
Octal 274 1 167 0 143 45 32 502 143 45
Binary 10111100 1 1110111 0 1100011 100101 11010 101000010 1100011 100101

Color Harmonies of #BC0177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0177

Black with #BC0177

Text Example


Text Example

White with #BC0177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0177; }

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

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

background-color css

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

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

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

border-color css

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

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

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