Html Css Color HEX #BC31A7 Medium Red Violet

📋 copy color: '#BC31A7'

red 188 ◦ green 49 ◦ blue 167

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

Shades of Medium Red Violet #BC31A7

Tints of Medium Red Violet #BC31A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.34%

R = 46.53%
G = 12.13%
B = 41.34%

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

#BC31A7 (or 0xBC31A7) is known color: Medium Red Violet. HEX triplet: BC, 31 and A7. RGB value is (188,49,167). Sum of RGB (Red+Green+Blue) = 188+49+167=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC31A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC31A7 is #43CE58. Grayscale: #676767. Windows color (decimal): -4443737 or 10957244. OLE color: 10957244.

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

Color convert

RGB 188 49 167 -
CMYK 0 0.74 0.11 0.26
HSL 309.06º 0.59% 0.46% -
HSV(B) 309.06º 0.74% 0.74% -
XYZ 28.81 15.68 38.07 -
YUV 104.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 188 49 167 0 0.74 0.11 0.26 309.06 0.59 0.46
Hex BC 31 A7 0 4A B 1A 135 3B 2E
Octal 274 61 247 0 112 13 32 465 73 56
Binary 10111100 110001 10100111 0 1001010 1011 11010 100110101 111011 101110

Color Harmonies of #BC31A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC31A7

Black with #BC31A7

Text Example


Text Example

White with #BC31A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC31A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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