Html Css Color HEX #BC318B Medium Red Violet

📋 copy color: '#BC318B'

red 188 ◦ green 49 ◦ blue 139

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

Shades of Medium Red Violet #BC318B

Tints of Medium Red Violet #BC318B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.97%

R = 50%
G = 13.03%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC318B (or 0xBC318B) is known color: Medium Red Violet. HEX triplet: BC, 31 and 8B. RGB value is (188,49,139). Sum of RGB (Red+Green+Blue) = 188+49+139=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC318B is #43CE74. Grayscale: #646464. Windows color (decimal): -4443765 or 9122236. OLE color: 9122236.

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

Color convert

RGB 188 49 139 -
CMYK 0 0.74 0.26 0.26
HSL 321.15º 0.59% 0.46% -
HSV(B) 321.15º 0.74% 0.74% -
XYZ 26.5 14.75 25.88 -
YUV 100.82 149.55 190.18 -
System Red Green Blue C M Y K H S L
Decimal 188 49 139 0 0.74 0.26 0.26 321.15 0.59 0.46
Hex BC 31 8B 0 4A 1A 1A 141 3B 2E
Octal 274 61 213 0 112 32 32 501 73 56
Binary 10111100 110001 10001011 0 1001010 11010 11010 101000001 111011 101110

Color Harmonies of #BC318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC318B

Black with #BC318B

Text Example


Text Example

White with #BC318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC318B; }

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

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

background-color css

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

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

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

border-color css

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

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

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