Html Css Color HEX #BC3597 Medium Red Violet

📋 copy color: '#BC3597'

red 188 ◦ green 53 ◦ blue 151

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

Shades of Medium Red Violet #BC3597

Tints of Medium Red Violet #BC3597

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.52%

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

R = 47.96%
G = 13.52%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC3597 (or 0xBC3597) is known color: Medium Red Violet. HEX triplet: BC, 35 and 97. RGB value is (188,53,151). Sum of RGB (Red+Green+Blue) = 188+53+151=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3597 is #43CA68. Grayscale: #686868. Windows color (decimal): -4442729 or 9909692. OLE color: 9909692.

HSL color Cylindrical-coordinate representation of color #BC3597: hue angle of 316.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3597 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 53 151 -
CMYK 0 0.72 0.20 0.26
HSL 316.44º 0.56% 0.47% -
HSV(B) 316.44º 0.72% 0.74% -
XYZ 27.6 15.47 30.81 -
YUV 104.54 154.23 187.53 -
System Red Green Blue C M Y K H S L
Decimal 188 53 151 0 0.72 0.20 0.26 316.44 0.56 0.47
Hex BC 35 97 0 48 14 1A 13C 38 2F
Octal 274 65 227 0 110 24 32 474 70 57
Binary 10111100 110101 10010111 0 1001000 10100 11010 100111100 111000 101111

Color Harmonies of #BC3597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3597

Black with #BC3597

Text Example


Text Example

White with #BC3597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3597; }

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

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

background-color css

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

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

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

border-color css

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

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

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