Html Css Color HEX #BC399D Medium Red Violet

📋 copy color: '#BC399D'

red 188 ◦ green 57 ◦ blue 157

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

Shades of Medium Red Violet #BC399D

Tints of Medium Red Violet #BC399D

RGB

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

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

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

R = 46.77%
G = 14.18%
B = 39.05%

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

#BC399D (or 0xBC399D) is known color: Medium Red Violet. HEX triplet: BC, 39 and 9D. RGB value is (188,57,157). Sum of RGB (Red+Green+Blue) = 188+57+157=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC399D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC399D is #43C662. Grayscale: #6B6B6B. Windows color (decimal): -4441699 or 10303932. OLE color: 10303932.

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

Color convert

RGB 188 57 157 -
CMYK 0 0.70 0.16 0.26
HSL 314.2º 0.53% 0.48% -
HSV(B) 314.2º 0.7% 0.74% -
XYZ 28.29 16.05 33.51 -
YUV 107.57 155.9 185.37 -
System Red Green Blue C M Y K H S L
Decimal 188 57 157 0 0.70 0.16 0.26 314.2 0.53 0.48
Hex BC 39 9D 0 46 10 1A 13A 35 30
Octal 274 71 235 0 106 20 32 472 65 60
Binary 10111100 111001 10011101 0 1000110 10000 11010 100111010 110101 110000

Color Harmonies of #BC399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC399D

Black with #BC399D

Text Example


Text Example

White with #BC399D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC399D; }

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

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

background-color css

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

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

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

border-color css

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

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

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