Html Css Color HEX #BC4580 Mulberry

📋 copy color: '#BC4580'

red 188 ◦ green 69 ◦ blue 128

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

Shades of Mulberry #BC4580

Tints of Mulberry #BC4580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.92%

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

R = 48.83%
G = 17.92%
B = 33.25%

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

#BC4580 (or 0xBC4580) is known color: Mulberry. HEX triplet: BC, 45 and 80. RGB value is (188,69,128). Sum of RGB (Red+Green+Blue) = 188+69+128=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4580 is #43BA7F. Grayscale: #6F6F6F. Windows color (decimal): -4438656 or 8406460. OLE color: 8406460.

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

Color convert

RGB 188 69 128 -
CMYK 0 0.63 0.32 0.26
HSL 330.25º 0.47% 0.5% -
HSV(B) 330.25º 0.63% 0.74% -
XYZ 26.76 16.51 22.2 -
YUV 111.31 137.42 182.7 -
System Red Green Blue C M Y K H S L
Decimal 188 69 128 0 0.63 0.32 0.26 330.25 0.47 0.5
Hex BC 45 80 0 3F 20 1A 14A 2F 32
Octal 274 105 200 0 77 40 32 512 57 62
Binary 10111100 1000101 10000000 0 111111 100000 11010 101001010 101111 110010

Color Harmonies of #BC4580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4580

Black with #BC4580

Text Example


Text Example

White with #BC4580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4580; }

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

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

background-color css

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

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

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

border-color css

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

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

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