Html Css Color HEX #BC31AA Medium Red Violet

📋 copy color: '#BC31AA'

red 188 ◦ green 49 ◦ blue 170

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

Shades of Medium Red Violet #BC31AA

Tints of Medium Red Violet #BC31AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 46.19%
G = 12.04%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC31AA (or 0xBC31AA) is known color: Medium Red Violet. HEX triplet: BC, 31 and AA. RGB value is (188,49,170). Sum of RGB (Red+Green+Blue) = 188+49+170=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC31AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC31AA is #43CE55. Grayscale: #686868. Windows color (decimal): -4443734 or 11153852. OLE color: 11153852.

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

Color convert

RGB 188 49 170 -
CMYK 0 0.74 0.10 0.26
HSL 307.77º 0.59% 0.46% -
HSV(B) 307.77º 0.74% 0.74% -
XYZ 29.09 15.79 39.54 -
YUV 104.36 165.05 187.66 -
System Red Green Blue C M Y K H S L
Decimal 188 49 170 0 0.74 0.10 0.26 307.77 0.59 0.46
Hex BC 31 AA 0 4A A 1A 134 3B 2E
Octal 274 61 252 0 112 12 32 464 73 56
Binary 10111100 110001 10101010 0 1001010 1010 11010 100110100 111011 101110

Color Harmonies of #BC31AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC31AA

Black with #BC31AA

Text Example


Text Example

White with #BC31AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC31AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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