Html Css Color HEX #BC398F Medium Red Violet

📋 copy color: '#BC398F'

red 188 ◦ green 57 ◦ blue 143

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

Shades of Medium Red Violet #BC398F

Tints of Medium Red Violet #BC398F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.86%

R = 48.45%
G = 14.69%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC398F (or 0xBC398F) is known color: Medium Red Violet. HEX triplet: BC, 39 and 8F. RGB value is (188,57,143). Sum of RGB (Red+Green+Blue) = 188+57+143=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC398F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC398F is #43C670. Grayscale: #696969. Windows color (decimal): -4441713 or 9386428. OLE color: 9386428.

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

Color convert

RGB 188 57 143 -
CMYK 0 0.70 0.24 0.26
HSL 320.61º 0.53% 0.48% -
HSV(B) 320.61º 0.7% 0.74% -
XYZ 27.16 15.6 27.57 -
YUV 105.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 188 57 143 0 0.70 0.24 0.26 320.61 0.53 0.48
Hex BC 39 8F 0 46 18 1A 141 35 30
Octal 274 71 217 0 106 30 32 501 65 60
Binary 10111100 111001 10001111 0 1000110 11000 11010 101000001 110101 110000

Color Harmonies of #BC398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC398F

Black with #BC398F

Text Example


Text Example

White with #BC398F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC398F; }

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

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

background-color css

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

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

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

border-color css

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

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

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