Html Css Color HEX #BC1878 Medium Violet Red

📋 copy color: '#BC1878'

red 188 ◦ green 24 ◦ blue 120

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

Shades of Medium Violet Red #BC1878

Tints of Medium Violet Red #BC1878

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.23%

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

R = 56.63%
G = 7.23%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC1878 (or 0xBC1878) is known color: Medium Violet Red. HEX triplet: BC, 18 and 78. RGB value is (188,24,120). Sum of RGB (Red+Green+Blue) = 188+24+120=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1878 is #43E787. Grayscale: #535353. Windows color (decimal): -4450184 or 7870652. OLE color: 7870652.

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

Color convert

RGB 188 24 120 -
CMYK 0 0.87 0.36 0.26
HSL 324.88º 0.77% 0.42% -
HSV(B) 324.88º 0.87% 0.74% -
XYZ 24.46 12.7 18.93 -
YUV 83.98 148.33 202.19 -
System Red Green Blue C M Y K H S L
Decimal 188 24 120 0 0.87 0.36 0.26 324.88 0.77 0.42
Hex BC 18 78 0 57 24 1A 145 4D 2A
Octal 274 30 170 0 127 44 32 505 115 52
Binary 10111100 11000 1111000 0 1010111 100100 11010 101000101 1001101 101010

Color Harmonies of #BC1878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1878

Black with #BC1878

Text Example


Text Example

White with #BC1878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1878; }

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

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

background-color css

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

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

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

border-color css

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

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

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