Html Css Color HEX #BC399A Medium Red Violet

📋 copy color: '#BC399A'

red 188 ◦ green 57 ◦ blue 154

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

Shades of Medium Red Violet #BC399A

Tints of Medium Red Violet #BC399A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.6%

R = 47.12%
G = 14.29%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC399A (or 0xBC399A) is known color: Medium Red Violet. HEX triplet: BC, 39 and 9A. RGB value is (188,57,154). Sum of RGB (Red+Green+Blue) = 188+57+154=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC399A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC399A is #43C665. Grayscale: #6A6A6A. Windows color (decimal): -4441702 or 10107324. OLE color: 10107324.

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

Color convert

RGB 188 57 154 -
CMYK 0 0.70 0.18 0.26
HSL 315.57º 0.53% 0.48% -
HSV(B) 315.57º 0.7% 0.74% -
XYZ 28.03 15.95 32.17 -
YUV 107.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 188 57 154 0 0.70 0.18 0.26 315.57 0.53 0.48
Hex BC 39 9A 0 46 12 1A 13C 35 30
Octal 274 71 232 0 106 22 32 474 65 60
Binary 10111100 111001 10011010 0 1000110 10010 11010 100111100 110101 110000

Color Harmonies of #BC399A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC399A

Black with #BC399A

Text Example


Text Example

White with #BC399A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC399A; }

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

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

background-color css

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

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

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

border-color css

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

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

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