Html Css Color HEX #BC1778 Medium Violet Red

📋 copy color: '#BC1778'

red 188 ◦ green 23 ◦ blue 120

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

Shades of Medium Violet Red #BC1778

Tints of Medium Violet Red #BC1778

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.95%

 BLUE value IS 120 (47.27% from 255) = 36.25%

R = 56.8%
G = 6.95%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC1778 (or 0xBC1778) is known color: Medium Violet Red. HEX triplet: BC, 17 and 78. RGB value is (188,23,120). Sum of RGB (Red+Green+Blue) = 188+23+120=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1778 is #43E887. Grayscale: #535353. Windows color (decimal): -4450440 or 7870396. OLE color: 7870396.

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

Color convert

RGB 188 23 120 -
CMYK 0 0.88 0.36 0.26
HSL 324.73º 0.78% 0.41% -
HSV(B) 324.73º 0.88% 0.74% -
XYZ 24.44 12.66 18.93 -
YUV 83.39 148.66 202.61 -
System Red Green Blue C M Y K H S L
Decimal 188 23 120 0 0.88 0.36 0.26 324.73 0.78 0.41
Hex BC 17 78 0 58 24 1A 145 4E 29
Octal 274 27 170 0 130 44 32 505 116 51
Binary 10111100 10111 1111000 0 1011000 100100 11010 101000101 1001110 101001

Color Harmonies of #BC1778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1778

Black with #BC1778

Text Example


Text Example

White with #BC1778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1778; }

 p { color: rgb(188,23,120); }

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

background-color css

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

 a { background-color: rgb(188,23,120); }

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

border-color css

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

 span { border-color: rgb(188,23,120); }

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