Html Css Color HEX #BC4584 Mulberry

📋 copy color: '#BC4584'

red 188 ◦ green 69 ◦ blue 132

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

Shades of Mulberry #BC4584

Tints of Mulberry #BC4584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.93%

R = 48.33%
G = 17.74%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC4584 (or 0xBC4584) is known color: Mulberry. HEX triplet: BC, 45 and 84. RGB value is (188,69,132). Sum of RGB (Red+Green+Blue) = 188+69+132=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4584 is #43BA7B. Grayscale: #6F6F6F. Windows color (decimal): -4438652 or 8668604. OLE color: 8668604.

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

Color convert

RGB 188 69 132 -
CMYK 0 0.63 0.30 0.26
HSL 328.24º 0.47% 0.5% -
HSV(B) 328.24º 0.63% 0.74% -
XYZ 27.03 16.61 23.61 -
YUV 111.76 139.42 182.38 -
System Red Green Blue C M Y K H S L
Decimal 188 69 132 0 0.63 0.30 0.26 328.24 0.47 0.5
Hex BC 45 84 0 3F 1E 1A 148 2F 32
Octal 274 105 204 0 77 36 32 510 57 62
Binary 10111100 1000101 10000100 0 111111 11110 11010 101001000 101111 110010

Color Harmonies of #BC4584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4584

Black with #BC4584

Text Example


Text Example

White with #BC4584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4584; }

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

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

background-color css

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

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

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

border-color css

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

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

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