Html Css Color HEX #BC1877 Medium Violet Red

📋 copy color: '#BC1877'

red 188 ◦ green 24 ◦ blue 119

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

Shades of Medium Violet Red #BC1877

Tints of Medium Violet Red #BC1877

RGB

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

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

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

R = 56.8%
G = 7.25%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC1877 (or 0xBC1877) is known color: Medium Violet Red. HEX triplet: BC, 18 and 77. RGB value is (188,24,119). Sum of RGB (Red+Green+Blue) = 188+24+119=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1877 is #43E788. Grayscale: #535353. Windows color (decimal): -4450185 or 7805116. OLE color: 7805116.

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

Color convert

RGB 188 24 119 -
CMYK 0 0.87 0.37 0.26
HSL 325.24º 0.77% 0.42% -
HSV(B) 325.24º 0.87% 0.74% -
XYZ 24.4 12.68 18.61 -
YUV 83.87 147.83 202.28 -
System Red Green Blue C M Y K H S L
Decimal 188 24 119 0 0.87 0.37 0.26 325.24 0.77 0.42
Hex BC 18 77 0 57 25 1A 145 4D 2A
Octal 274 30 167 0 127 45 32 505 115 52
Binary 10111100 11000 1110111 0 1010111 100101 11010 101000101 1001101 101010

Color Harmonies of #BC1877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1877

Black with #BC1877

Text Example


Text Example

White with #BC1877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1877; }

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

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

background-color css

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

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

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

border-color css

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

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

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