Html Css Color HEX #BC3997 Medium Red Violet

📋 copy color: '#BC3997'

red 188 ◦ green 57 ◦ blue 151

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

Shades of Medium Red Violet #BC3997

Tints of Medium Red Violet #BC3997

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.39%

 BLUE value IS 151 (59.38% from 255) = 38.13%

R = 47.47%
G = 14.39%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC3997 (or 0xBC3997) is known color: Medium Red Violet. HEX triplet: BC, 39 and 97. RGB value is (188,57,151). Sum of RGB (Red+Green+Blue) = 188+57+151=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3997 is #43C668. Grayscale: #6A6A6A. Windows color (decimal): -4441705 or 9910716. OLE color: 9910716.

HSL color Cylindrical-coordinate representation of color #BC3997: hue angle of 316.95º degrees, saturation: 0.53, 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 #BC3997 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 57 151 -
CMYK 0 0.70 0.20 0.26
HSL 316.95º 0.53% 0.48% -
HSV(B) 316.95º 0.7% 0.74% -
XYZ 27.79 15.85 30.87 -
YUV 106.89 152.9 185.86 -
System Red Green Blue C M Y K H S L
Decimal 188 57 151 0 0.70 0.20 0.26 316.95 0.53 0.48
Hex BC 39 97 0 46 14 1A 13D 35 30
Octal 274 71 227 0 106 24 32 475 65 60
Binary 10111100 111001 10010111 0 1000110 10100 11010 100111101 110101 110000

Color Harmonies of #BC3997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3997

Black with #BC3997

Text Example


Text Example

White with #BC3997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3997; }

 p { color: rgb(188,57,151); }

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

background-color css

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

 a { background-color: rgb(188,57,151); }

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

border-color css

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

 span { border-color: rgb(188,57,151); }

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