Html Css Color HEX #BC3E88 Medium Red Violet

📋 copy color: '#BC3E88'

red 188 ◦ green 62 ◦ blue 136

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

Shades of Medium Red Violet #BC3E88

Tints of Medium Red Violet #BC3E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 48.7%
G = 16.06%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC3E88 (or 0xBC3E88) is known color: Medium Red Violet. HEX triplet: BC, 3E and 88. RGB value is (188,62,136). Sum of RGB (Red+Green+Blue) = 188+62+136=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3E88 is #43C177. Grayscale: #6B6B6B. Windows color (decimal): -4440440 or 8928956. OLE color: 8928956.

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

Color convert

RGB 188 62 136 -
CMYK 0 0.67 0.28 0.26
HSL 324.76º 0.5% 0.49% -
HSV(B) 324.76º 0.67% 0.74% -
XYZ 26.91 15.91 24.95 -
YUV 108.11 143.74 184.98 -
System Red Green Blue C M Y K H S L
Decimal 188 62 136 0 0.67 0.28 0.26 324.76 0.5 0.49
Hex BC 3E 88 0 43 1C 1A 145 32 31
Octal 274 76 210 0 103 34 32 505 62 61
Binary 10111100 111110 10001000 0 1000011 11100 11010 101000101 110010 110001

Color Harmonies of #BC3E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E88

Black with #BC3E88

Text Example


Text Example

White with #BC3E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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