Html Css Color HEX #BC0077 Medium Violet Red

📋 copy color: '#BC0077'

red 188 ◦ green 0 ◦ blue 119

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

Shades of Medium Violet Red #BC0077

Tints of Medium Violet Red #BC0077

RGB

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

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

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

R = 61.24%
G = 0%
B = 38.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC0077 (or 0xBC0077) is known color: Medium Violet Red. HEX triplet: BC, 00 and 77. RGB value is (188,0,119). Sum of RGB (Red+Green+Blue) = 188+0+119=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0077 is #43FF88. Grayscale: #454545. Windows color (decimal): -4456329 or 7798972. OLE color: 7798972.

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

Color convert

RGB 188 0 119 -
CMYK 0 1 0.37 0.26
HSL 322.02º 1% 0.37% -
HSV(B) 322.02º 1% 0.74% -
XYZ 24.07 12.02 18.5 -
YUV 69.78 155.78 212.32 -
System Red Green Blue C M Y K H S L
Decimal 188 0 119 0 1 0.37 0.26 322.02 1 0.37
Hex BC 0 77 0 64 25 1A 142 64 25
Octal 274 0 167 0 144 45 32 502 144 45
Binary 10111100 0 1110111 0 1100100 100101 11010 101000010 1100100 100101

Color Harmonies of #BC0077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0077

Black with #BC0077

Text Example


Text Example

White with #BC0077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0077; }

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

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

background-color css

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

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

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

border-color css

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

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

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