Html Css Color HEX #BC31A8 Medium Red Violet

📋 copy color: '#BC31A8'

red 188 ◦ green 49 ◦ blue 168

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

Shades of Medium Red Violet #BC31A8

Tints of Medium Red Violet #BC31A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.48%

R = 46.42%
G = 12.1%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC31A8 (or 0xBC31A8) is known color: Medium Red Violet. HEX triplet: BC, 31 and A8. RGB value is (188,49,168). Sum of RGB (Red+Green+Blue) = 188+49+168=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC31A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC31A8 is #43CE57. Grayscale: #676767. Windows color (decimal): -4443736 or 11022780. OLE color: 11022780.

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

Color convert

RGB 188 49 168 -
CMYK 0 0.74 0.11 0.26
HSL 308.63º 0.59% 0.46% -
HSV(B) 308.63º 0.74% 0.74% -
XYZ 28.91 15.72 38.56 -
YUV 104.13 164.05 187.82 -
System Red Green Blue C M Y K H S L
Decimal 188 49 168 0 0.74 0.11 0.26 308.63 0.59 0.46
Hex BC 31 A8 0 4A B 1A 135 3B 2E
Octal 274 61 250 0 112 13 32 465 73 56
Binary 10111100 110001 10101000 0 1001010 1011 11010 100110101 111011 101110

Color Harmonies of #BC31A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC31A8

Black with #BC31A8

Text Example


Text Example

White with #BC31A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC31A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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