Html Css Color HEX #BC3689 Medium Red Violet

📋 copy color: '#BC3689'

red 188 ◦ green 54 ◦ blue 137

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

Shades of Medium Red Violet #BC3689

Tints of Medium Red Violet #BC3689

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.25%

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

R = 49.6%
G = 14.25%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC3689 (or 0xBC3689) is known color: Medium Red Violet. HEX triplet: BC, 36 and 89. RGB value is (188,54,137). Sum of RGB (Red+Green+Blue) = 188+54+137=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3689 is #43C976. Grayscale: #676767. Windows color (decimal): -4442487 or 8992444. OLE color: 8992444.

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

Color convert

RGB 188 54 137 -
CMYK 0 0.71 0.27 0.26
HSL 322.84º 0.55% 0.47% -
HSV(B) 322.84º 0.71% 0.74% -
XYZ 26.57 15.14 25.19 -
YUV 103.53 146.89 188.25 -
System Red Green Blue C M Y K H S L
Decimal 188 54 137 0 0.71 0.27 0.26 322.84 0.55 0.47
Hex BC 36 89 0 47 1B 1A 143 37 2F
Octal 274 66 211 0 107 33 32 503 67 57
Binary 10111100 110110 10001001 0 1000111 11011 11010 101000011 110111 101111

Color Harmonies of #BC3689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3689

Black with #BC3689

Text Example


Text Example

White with #BC3689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3689; }

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

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

background-color css

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

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

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

border-color css

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

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

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