Html Css Color HEX #BC3D9D Medium Red Violet

📋 copy color: '#BC3D9D'

red 188 ◦ green 61 ◦ blue 157

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

Shades of Medium Red Violet #BC3D9D

Tints of Medium Red Violet #BC3D9D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.02%

 BLUE value IS 157 (61.72% from 255) = 38.67%

R = 46.31%
G = 15.02%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC3D9D (or 0xBC3D9D) is known color: Medium Red Violet. HEX triplet: BC, 3D and 9D. RGB value is (188,61,157). Sum of RGB (Red+Green+Blue) = 188+61+157=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3D9D is #43C262. Grayscale: #6D6D6D. Windows color (decimal): -4440675 or 10304956. OLE color: 10304956.

HSL color Cylindrical-coordinate representation of color #BC3D9D: hue angle of 314.65º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3D9D is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 61 157 -
CMYK 0 0.68 0.16 0.26
HSL 314.65º 0.51% 0.49% -
HSV(B) 314.65º 0.68% 0.74% -
XYZ 28.49 16.46 33.57 -
YUV 109.92 154.58 183.69 -
System Red Green Blue C M Y K H S L
Decimal 188 61 157 0 0.68 0.16 0.26 314.65 0.51 0.49
Hex BC 3D 9D 0 44 10 1A 13B 33 31
Octal 274 75 235 0 104 20 32 473 63 61
Binary 10111100 111101 10011101 0 1000100 10000 11010 100111011 110011 110001

Color Harmonies of #BC3D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D9D

Black with #BC3D9D

Text Example


Text Example

White with #BC3D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D9D; }

 p { color: rgb(188,61,157); }

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

background-color css

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

 a { background-color: rgb(188,61,157); }

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

border-color css

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

 span { border-color: rgb(188,61,157); }

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