Html Css Color HEX #BC3B9E Medium Red Violet

📋 copy color: '#BC3B9E'

red 188 ◦ green 59 ◦ blue 158

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

Shades of Medium Red Violet #BC3B9E

Tints of Medium Red Violet #BC3B9E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.57%

 BLUE value IS 158 (62.11% from 255) = 39.01%

R = 46.42%
G = 14.57%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC3B9E (or 0xBC3B9E) is known color: Medium Red Violet. HEX triplet: BC, 3B and 9E. RGB value is (188,59,158). Sum of RGB (Red+Green+Blue) = 188+59+158=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3B9E is #43C461. Grayscale: #6C6C6C. Windows color (decimal): -4441186 or 10369980. OLE color: 10369980.

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

Color convert

RGB 188 59 158 -
CMYK 0 0.69 0.16 0.26
HSL 313.95º 0.52% 0.48% -
HSV(B) 313.95º 0.69% 0.74% -
XYZ 28.47 16.29 33.99 -
YUV 108.86 155.74 184.45 -
System Red Green Blue C M Y K H S L
Decimal 188 59 158 0 0.69 0.16 0.26 313.95 0.52 0.48
Hex BC 3B 9E 0 45 10 1A 13A 34 30
Octal 274 73 236 0 105 20 32 472 64 60
Binary 10111100 111011 10011110 0 1000101 10000 11010 100111010 110100 110000

Color Harmonies of #BC3B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3B9E

Black with #BC3B9E

Text Example


Text Example

White with #BC3B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3B9E; }

 p { color: rgb(188,59,158); }

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

background-color css

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

 a { background-color: rgb(188,59,158); }

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

border-color css

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

 span { border-color: rgb(188,59,158); }

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