Html Css Color HEX #BC1A78 Medium Violet Red

📋 copy color: '#BC1A78'

red 188 ◦ green 26 ◦ blue 120

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

Shades of Medium Violet Red #BC1A78

Tints of Medium Violet Red #BC1A78

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.78%

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

R = 56.29%
G = 7.78%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC1A78 (or 0xBC1A78) is known color: Medium Violet Red. HEX triplet: BC, 1A and 78. RGB value is (188,26,120). Sum of RGB (Red+Green+Blue) = 188+26+120=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1A78 is #43E587. Grayscale: #545454. Windows color (decimal): -4449672 or 7871164. OLE color: 7871164.

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

Color convert

RGB 188 26 120 -
CMYK 0 0.86 0.36 0.26
HSL 325.19º 0.76% 0.42% -
HSV(B) 325.19º 0.86% 0.74% -
XYZ 24.5 12.79 18.95 -
YUV 85.15 147.67 201.36 -
System Red Green Blue C M Y K H S L
Decimal 188 26 120 0 0.86 0.36 0.26 325.19 0.76 0.42
Hex BC 1A 78 0 56 24 1A 145 4C 2A
Octal 274 32 170 0 126 44 32 505 114 52
Binary 10111100 11010 1111000 0 1010110 100100 11010 101000101 1001100 101010

Color Harmonies of #BC1A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A78

Black with #BC1A78

Text Example


Text Example

White with #BC1A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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