Html Css Color HEX #BC4680 Mulberry

📋 copy color: '#BC4680'

red 188 ◦ green 70 ◦ blue 128

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

Shades of Mulberry #BC4680

Tints of Mulberry #BC4680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.13%

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 48.7%
G = 18.13%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC4680 (or 0xBC4680) is known color: Mulberry. HEX triplet: BC, 46 and 80. RGB value is (188,70,128). Sum of RGB (Red+Green+Blue) = 188+70+128=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4680 is #43B97F. Grayscale: #6F6F6F. Windows color (decimal): -4438400 or 8406716. OLE color: 8406716.

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

Color convert

RGB 188 70 128 -
CMYK 0 0.63 0.32 0.26
HSL 330.51º 0.47% 0.51% -
HSV(B) 330.51º 0.63% 0.74% -
XYZ 26.83 16.63 22.22 -
YUV 111.89 137.09 182.28 -
System Red Green Blue C M Y K H S L
Decimal 188 70 128 0 0.63 0.32 0.26 330.51 0.47 0.51
Hex BC 46 80 0 3F 20 1A 14B 2F 33
Octal 274 106 200 0 77 40 32 513 57 63
Binary 10111100 1000110 10000000 0 111111 100000 11010 101001011 101111 110011

Color Harmonies of #BC4680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4680

Black with #BC4680

Text Example


Text Example

White with #BC4680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4680; }

 p { color: rgb(188,70,128); }

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

background-color css

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

 a { background-color: rgb(188,70,128); }

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

border-color css

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

 span { border-color: rgb(188,70,128); }

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