Html Css Color HEX #BC397E Medium Red Violet

📋 copy color: '#BC397E'

red 188 ◦ green 57 ◦ blue 126

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

Shades of Medium Red Violet #BC397E

Tints of Medium Red Violet #BC397E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 50.67%
G = 15.36%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC397E (or 0xBC397E) is known color: Medium Red Violet. HEX triplet: BC, 39 and 7E. RGB value is (188,57,126). Sum of RGB (Red+Green+Blue) = 188+57+126=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC397E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC397E is #43C681. Grayscale: #676767. Windows color (decimal): -4441730 or 8272316. OLE color: 8272316.

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

Color convert

RGB 188 57 126 -
CMYK 0 0.70 0.33 0.26
HSL 328.4º 0.53% 0.48% -
HSV(B) 328.4º 0.7% 0.74% -
XYZ 25.97 15.12 21.29 -
YUV 104.04 140.4 187.89 -
System Red Green Blue C M Y K H S L
Decimal 188 57 126 0 0.70 0.33 0.26 328.4 0.53 0.48
Hex BC 39 7E 0 46 21 1A 148 35 30
Octal 274 71 176 0 106 41 32 510 65 60
Binary 10111100 111001 1111110 0 1000110 100001 11010 101001000 110101 110000

Color Harmonies of #BC397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC397E

Black with #BC397E

Text Example


Text Example

White with #BC397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC397E; }

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

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

background-color css

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

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

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

border-color css

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

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

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