Html Css Color HEX #BC1981 Medium Violet Red

📋 copy color: '#BC1981'

red 188 ◦ green 25 ◦ blue 129

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

Shades of Medium Violet Red #BC1981

Tints of Medium Violet Red #BC1981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.31%

 BLUE value IS 129 (50.78% from 255) = 37.72%

R = 54.97%
G = 7.31%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC1981 (or 0xBC1981) is known color: Medium Violet Red. HEX triplet: BC, 19 and 81. RGB value is (188,25,129). Sum of RGB (Red+Green+Blue) = 188+25+129=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1981 is #43E67E. Grayscale: #555555. Windows color (decimal): -4449919 or 8460732. OLE color: 8460732.

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

Color convert

RGB 188 25 129 -
CMYK 0 0.87 0.31 0.26
HSL 321.72º 0.77% 0.42% -
HSV(B) 321.72º 0.87% 0.74% -
XYZ 25.05 12.97 21.95 -
YUV 85.59 152.5 201.04 -
System Red Green Blue C M Y K H S L
Decimal 188 25 129 0 0.87 0.31 0.26 321.72 0.77 0.42
Hex BC 19 81 0 57 1F 1A 142 4D 2A
Octal 274 31 201 0 127 37 32 502 115 52
Binary 10111100 11001 10000001 0 1010111 11111 11010 101000010 1001101 101010

Color Harmonies of #BC1981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1981

Black with #BC1981

Text Example


Text Example

White with #BC1981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1981; }

 p { color: rgb(188,25,129); }

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

background-color css

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

 a { background-color: rgb(188,25,129); }

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

border-color css

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

 span { border-color: rgb(188,25,129); }

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