Html Css Color HEX #BC319B Medium Red Violet

📋 copy color: '#BC319B'

red 188 ◦ green 49 ◦ blue 155

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

Shades of Medium Red Violet #BC319B

Tints of Medium Red Violet #BC319B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.54%

R = 47.96%
G = 12.5%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC319B (or 0xBC319B) is known color: Medium Red Violet. HEX triplet: BC, 31 and 9B. RGB value is (188,49,155). Sum of RGB (Red+Green+Blue) = 188+49+155=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC319B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC319B is #43CE64. Grayscale: #666666. Windows color (decimal): -4443749 or 10170812. OLE color: 10170812.

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

Color convert

RGB 188 49 155 -
CMYK 0 0.74 0.18 0.26
HSL 314.24º 0.59% 0.46% -
HSV(B) 314.24º 0.74% 0.74% -
XYZ 27.75 15.25 32.49 -
YUV 102.65 157.55 188.88 -
System Red Green Blue C M Y K H S L
Decimal 188 49 155 0 0.74 0.18 0.26 314.24 0.59 0.46
Hex BC 31 9B 0 4A 12 1A 13A 3B 2E
Octal 274 61 233 0 112 22 32 472 73 56
Binary 10111100 110001 10011011 0 1001010 10010 11010 100111010 111011 101110

Color Harmonies of #BC319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC319B

Black with #BC319B

Text Example


Text Example

White with #BC319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC319B; }

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

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

background-color css

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

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

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

border-color css

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

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

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