Html Css Color HEX #BC3E93 Medium Red Violet

📋 copy color: '#BC3E93'

red 188 ◦ green 62 ◦ blue 147

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

Shades of Medium Red Violet #BC3E93

Tints of Medium Red Violet #BC3E93

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.62%

 BLUE value IS 147 (57.81% from 255) = 37.03%

R = 47.36%
G = 15.62%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC3E93 (or 0xBC3E93) is known color: Medium Red Violet. HEX triplet: BC, 3E and 93. RGB value is (188,62,147). Sum of RGB (Red+Green+Blue) = 188+62+147=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3E93 is #43C16C. Grayscale: #6D6D6D. Windows color (decimal): -4440429 or 9649852. OLE color: 9649852.

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

Color convert

RGB 188 62 147 -
CMYK 0 0.67 0.22 0.26
HSL 319.52º 0.5% 0.49% -
HSV(B) 319.52º 0.67% 0.74% -
XYZ 27.73 16.24 29.28 -
YUV 109.36 149.24 184.09 -
System Red Green Blue C M Y K H S L
Decimal 188 62 147 0 0.67 0.22 0.26 319.52 0.5 0.49
Hex BC 3E 93 0 43 16 1A 140 32 31
Octal 274 76 223 0 103 26 32 500 62 61
Binary 10111100 111110 10010011 0 1000011 10110 11010 101000000 110010 110001

Color Harmonies of #BC3E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E93

Black with #BC3E93

Text Example


Text Example

White with #BC3E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E93; }

 p { color: rgb(188,62,147); }

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

background-color css

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

 a { background-color: rgb(188,62,147); }

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

border-color css

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

 span { border-color: rgb(188,62,147); }

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