Html Css Color HEX #BC3886 Medium Red Violet

📋 copy color: '#BC3886'

red 188 ◦ green 56 ◦ blue 134

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

Shades of Medium Red Violet #BC3886

Tints of Medium Red Violet #BC3886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.81%

 BLUE value IS 134 (52.73% from 255) = 35.45%

R = 49.74%
G = 14.81%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC3886 (or 0xBC3886) is known color: Medium Red Violet. HEX triplet: BC, 38 and 86. RGB value is (188,56,134). Sum of RGB (Red+Green+Blue) = 188+56+134=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3886 is #43C779. Grayscale: #686868. Windows color (decimal): -4441978 or 8796348. OLE color: 8796348.

HSL color Cylindrical-coordinate representation of color #BC3886: hue angle of 324.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3886 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 56 134 -
CMYK 0 0.70 0.29 0.26
HSL 324.55º 0.54% 0.48% -
HSV(B) 324.55º 0.7% 0.74% -
XYZ 26.46 15.24 24.1 -
YUV 104.36 144.73 187.66 -
System Red Green Blue C M Y K H S L
Decimal 188 56 134 0 0.70 0.29 0.26 324.55 0.54 0.48
Hex BC 38 86 0 46 1D 1A 145 36 30
Octal 274 70 206 0 106 35 32 505 66 60
Binary 10111100 111000 10000110 0 1000110 11101 11010 101000101 110110 110000

Color Harmonies of #BC3886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3886

Black with #BC3886

Text Example


Text Example

White with #BC3886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3886; }

 p { color: rgb(188,56,134); }

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

background-color css

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

 a { background-color: rgb(188,56,134); }

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

border-color css

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

 span { border-color: rgb(188,56,134); }

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