Html Css Color HEX #BC31A0 Medium Red Violet

📋 copy color: '#BC31A0'

red 188 ◦ green 49 ◦ blue 160

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

Shades of Medium Red Violet #BC31A0

Tints of Medium Red Violet #BC31A0

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.34%

 BLUE value IS 160 (62.89% from 255) = 40.3%

R = 47.36%
G = 12.34%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC31A0 (or 0xBC31A0) is known color: Medium Red Violet. HEX triplet: BC, 31 and A0. RGB value is (188,49,160). Sum of RGB (Red+Green+Blue) = 188+49+160=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC31A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC31A0 is #43CE5F. Grayscale: #666666. Windows color (decimal): -4443744 or 10498492. OLE color: 10498492.

HSL color Cylindrical-coordinate representation of color #BC31A0: hue angle of 312.09º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC31A0 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 49 160 -
CMYK 0 0.74 0.15 0.26
HSL 312.09º 0.59% 0.46% -
HSV(B) 312.09º 0.74% 0.74% -
XYZ 28.18 15.43 34.75 -
YUV 103.22 160.05 188.47 -
System Red Green Blue C M Y K H S L
Decimal 188 49 160 0 0.74 0.15 0.26 312.09 0.59 0.46
Hex BC 31 A0 0 4A F 1A 138 3B 2E
Octal 274 61 240 0 112 17 32 470 73 56
Binary 10111100 110001 10100000 0 1001010 1111 11010 100111000 111011 101110

Color Harmonies of #BC31A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC31A0

Black with #BC31A0

Text Example


Text Example

White with #BC31A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC31A0; }

 p { color: rgb(188,49,160); }

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

background-color css

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

 a { background-color: rgb(188,49,160); }

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

border-color css

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

 span { border-color: rgb(188,49,160); }

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