Html Css Color HEX #BC3489 Medium Red Violet

📋 copy color: '#BC3489'

red 188 ◦ green 52 ◦ blue 137

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

Shades of Medium Red Violet #BC3489

Tints of Medium Red Violet #BC3489

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.79%

 BLUE value IS 137 (53.91% from 255) = 36.34%

R = 49.87%
G = 13.79%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC3489 (or 0xBC3489) is known color: Medium Red Violet. HEX triplet: BC, 34 and 89. RGB value is (188,52,137). Sum of RGB (Red+Green+Blue) = 188+52+137=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3489 is #43CB76. Grayscale: #666666. Windows color (decimal): -4442999 or 8991932. OLE color: 8991932.

HSL color Cylindrical-coordinate representation of color #BC3489: hue angle of 322.5º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3489 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 52 137 -
CMYK 0 0.72 0.27 0.26
HSL 322.5º 0.57% 0.47% -
HSV(B) 322.5º 0.72% 0.74% -
XYZ 26.48 14.95 25.16 -
YUV 102.35 147.56 189.09 -
System Red Green Blue C M Y K H S L
Decimal 188 52 137 0 0.72 0.27 0.26 322.5 0.57 0.47
Hex BC 34 89 0 48 1B 1A 142 39 2F
Octal 274 64 211 0 110 33 32 502 71 57
Binary 10111100 110100 10001001 0 1001000 11011 11010 101000010 111001 101111

Color Harmonies of #BC3489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3489

Black with #BC3489

Text Example


Text Example

White with #BC3489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3489; }

 p { color: rgb(188,52,137); }

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

background-color css

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

 a { background-color: rgb(188,52,137); }

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

border-color css

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

 span { border-color: rgb(188,52,137); }

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