Html Css Color HEX #BC388C Medium Red Violet

📋 copy color: '#BC388C'

red 188 ◦ green 56 ◦ blue 140

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

Shades of Medium Red Violet #BC388C

Tints of Medium Red Violet #BC388C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 48.96%
G = 14.58%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC388C (or 0xBC388C) is known color: Medium Red Violet. HEX triplet: BC, 38 and 8C. RGB value is (188,56,140). Sum of RGB (Red+Green+Blue) = 188+56+140=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC388C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC388C is #43C773. Grayscale: #686868. Windows color (decimal): -4441972 or 9189564. OLE color: 9189564.

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

Color convert

RGB 188 56 140 -
CMYK 0 0.70 0.26 0.26
HSL 321.82º 0.54% 0.48% -
HSV(B) 321.82º 0.7% 0.74% -
XYZ 26.89 15.41 26.37 -
YUV 105.04 147.73 187.17 -
System Red Green Blue C M Y K H S L
Decimal 188 56 140 0 0.70 0.26 0.26 321.82 0.54 0.48
Hex BC 38 8C 0 46 1A 1A 142 36 30
Octal 274 70 214 0 106 32 32 502 66 60
Binary 10111100 111000 10001100 0 1000110 11010 11010 101000010 110110 110000

Color Harmonies of #BC388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC388C

Black with #BC388C

Text Example


Text Example

White with #BC388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC388C; }

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

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

background-color css

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

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

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

border-color css

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

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

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