Html Css Color HEX #BC1D84 Medium Violet Red

📋 copy color: '#BC1D84'

red 188 ◦ green 29 ◦ blue 132

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

Shades of Medium Violet Red #BC1D84

Tints of Medium Violet Red #BC1D84

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.31%

 BLUE value IS 132 (51.95% from 255) = 37.82%

R = 53.87%
G = 8.31%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC1D84 (or 0xBC1D84) is known color: Medium Violet Red. HEX triplet: BC, 1D and 84. RGB value is (188,29,132). Sum of RGB (Red+Green+Blue) = 188+29+132=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1D84 is #43E27B. Grayscale: #585858. Windows color (decimal): -4448892 or 8658364. OLE color: 8658364.

HSL color Cylindrical-coordinate representation of color #BC1D84: hue angle of 321.13º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1D84 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 29 132 -
CMYK 0 0.85 0.30 0.26
HSL 321.13º 0.73% 0.43% -
HSV(B) 321.13º 0.85% 0.74% -
XYZ 25.34 13.24 23.05 -
YUV 88.28 152.68 199.12 -
System Red Green Blue C M Y K H S L
Decimal 188 29 132 0 0.85 0.30 0.26 321.13 0.73 0.43
Hex BC 1D 84 0 55 1E 1A 141 49 2B
Octal 274 35 204 0 125 36 32 501 111 53
Binary 10111100 11101 10000100 0 1010101 11110 11010 101000001 1001001 101011

Color Harmonies of #BC1D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D84

Black with #BC1D84

Text Example


Text Example

White with #BC1D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D84; }

 p { color: rgb(188,29,132); }

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

background-color css

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

 a { background-color: rgb(188,29,132); }

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

border-color css

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

 span { border-color: rgb(188,29,132); }

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