Html Css Color HEX #BC389D Medium Red Violet

📋 copy color: '#BC389D'

red 188 ◦ green 56 ◦ blue 157

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

Shades of Medium Red Violet #BC389D

Tints of Medium Red Violet #BC389D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.15%

R = 46.88%
G = 13.97%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC389D (or 0xBC389D) is known color: Medium Red Violet. HEX triplet: BC, 38 and 9D. RGB value is (188,56,157). Sum of RGB (Red+Green+Blue) = 188+56+157=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC389D is #43C762. Grayscale: #6A6A6A. Windows color (decimal): -4441955 or 10303676. OLE color: 10303676.

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

Color convert

RGB 188 56 157 -
CMYK 0 0.70 0.16 0.26
HSL 314.09º 0.54% 0.48% -
HSV(B) 314.09º 0.7% 0.74% -
XYZ 28.24 15.95 33.49 -
YUV 106.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 188 56 157 0 0.70 0.16 0.26 314.09 0.54 0.48
Hex BC 38 9D 0 46 10 1A 13A 36 30
Octal 274 70 235 0 106 20 32 472 66 60
Binary 10111100 111000 10011101 0 1000110 10000 11010 100111010 110110 110000

Color Harmonies of #BC389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC389D

Black with #BC389D

Text Example


Text Example

White with #BC389D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC389D; }

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

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

background-color css

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

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

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

border-color css

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

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

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