Html Css Color HEX #BC31A3 Medium Red Violet

📋 copy color: '#BC31A3'

red 188 ◦ green 49 ◦ blue 163

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

Shades of Medium Red Violet #BC31A3

Tints of Medium Red Violet #BC31A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 40.75%

R = 47%
G = 12.25%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC31A3 (or 0xBC31A3) is known color: Medium Red Violet. HEX triplet: BC, 31 and A3. RGB value is (188,49,163). Sum of RGB (Red+Green+Blue) = 188+49+163=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC31A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC31A3 is #43CE5C. Grayscale: #676767. Windows color (decimal): -4443741 or 10695100. OLE color: 10695100.

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

Color convert

RGB 188 49 163 -
CMYK 0 0.74 0.13 0.26
HSL 310.79º 0.59% 0.46% -
HSV(B) 310.79º 0.74% 0.74% -
XYZ 28.45 15.53 36.15 -
YUV 103.56 161.55 188.23 -
System Red Green Blue C M Y K H S L
Decimal 188 49 163 0 0.74 0.13 0.26 310.79 0.59 0.46
Hex BC 31 A3 0 4A D 1A 137 3B 2E
Octal 274 61 243 0 112 15 32 467 73 56
Binary 10111100 110001 10100011 0 1001010 1101 11010 100110111 111011 101110

Color Harmonies of #BC31A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC31A3

Black with #BC31A3

Text Example


Text Example

White with #BC31A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC31A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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