Html Css Color HEX #BC0677 Medium Violet Red

📋 copy color: '#BC0677'

red 188 ◦ green 6 ◦ blue 119

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

Shades of Medium Violet Red #BC0677

Tints of Medium Violet Red #BC0677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.92%

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

R = 60.06%
G = 1.92%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC0677 (or 0xBC0677) is known color: Medium Violet Red. HEX triplet: BC, 06 and 77. RGB value is (188,6,119). Sum of RGB (Red+Green+Blue) = 188+6+119=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0677 is #43F988. Grayscale: #494949. Windows color (decimal): -4454793 or 7800508. OLE color: 7800508.

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

Color convert

RGB 188 6 119 -
CMYK 0 0.97 0.37 0.26
HSL 322.75º 0.94% 0.38% -
HSV(B) 322.75º 0.97% 0.74% -
XYZ 24.13 12.15 18.53 -
YUV 73.3 153.8 209.81 -
System Red Green Blue C M Y K H S L
Decimal 188 6 119 0 0.97 0.37 0.26 322.75 0.94 0.38
Hex BC 6 77 0 61 25 1A 143 5E 26
Octal 274 6 167 0 141 45 32 503 136 46
Binary 10111100 110 1110111 0 1100001 100101 11010 101000011 1011110 100110

Color Harmonies of #BC0677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0677

Black with #BC0677

Text Example


Text Example

White with #BC0677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0677; }

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

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

background-color css

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

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

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

border-color css

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

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

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