Html Css Color HEX #BC388F Medium Red Violet

📋 copy color: '#BC388F'

red 188 ◦ green 56 ◦ blue 143

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

Shades of Medium Red Violet #BC388F

Tints of Medium Red Violet #BC388F

RGB

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

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

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

R = 48.58%
G = 14.47%
B = 36.95%

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

#BC388F (or 0xBC388F) is known color: Medium Red Violet. HEX triplet: BC, 38 and 8F. RGB value is (188,56,143). Sum of RGB (Red+Green+Blue) = 188+56+143=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC388F is #43C770. Grayscale: #696969. Windows color (decimal): -4441969 or 9386172. OLE color: 9386172.

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

Color convert

RGB 188 56 143 -
CMYK 0 0.70 0.24 0.26
HSL 320.45º 0.54% 0.48% -
HSV(B) 320.45º 0.7% 0.74% -
XYZ 27.11 15.5 27.55 -
YUV 105.39 149.23 186.93 -
System Red Green Blue C M Y K H S L
Decimal 188 56 143 0 0.70 0.24 0.26 320.45 0.54 0.48
Hex BC 38 8F 0 46 18 1A 140 36 30
Octal 274 70 217 0 106 30 32 500 66 60
Binary 10111100 111000 10001111 0 1000110 11000 11010 101000000 110110 110000

Color Harmonies of #BC388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC388F

Black with #BC388F

Text Example


Text Example

White with #BC388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC388F; }

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

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

background-color css

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

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

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

border-color css

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

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

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