Html Css Color HEX #BC398A Medium Red Violet

📋 copy color: '#BC398A'

red 188 ◦ green 57 ◦ blue 138

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

Shades of Medium Red Violet #BC398A

Tints of Medium Red Violet #BC398A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 49.09%
G = 14.88%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC398A (or 0xBC398A) is known color: Medium Red Violet. HEX triplet: BC, 39 and 8A. RGB value is (188,57,138). Sum of RGB (Red+Green+Blue) = 188+57+138=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC398A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC398A is #43C675. Grayscale: #696969. Windows color (decimal): -4441718 or 9058748. OLE color: 9058748.

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

Color convert

RGB 188 57 138 -
CMYK 0 0.70 0.27 0.26
HSL 322.9º 0.53% 0.48% -
HSV(B) 322.9º 0.7% 0.74% -
XYZ 26.79 15.45 25.62 -
YUV 105.4 146.4 186.91 -
System Red Green Blue C M Y K H S L
Decimal 188 57 138 0 0.70 0.27 0.26 322.9 0.53 0.48
Hex BC 39 8A 0 46 1B 1A 143 35 30
Octal 274 71 212 0 106 33 32 503 65 60
Binary 10111100 111001 10001010 0 1000110 11011 11010 101000011 110101 110000

Color Harmonies of #BC398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC398A

Black with #BC398A

Text Example


Text Example

White with #BC398A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC398A; }

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

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

background-color css

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

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

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

border-color css

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

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

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