Html Css Color HEX #BC4594 Mulberry

📋 copy color: '#BC4594'

red 188 ◦ green 69 ◦ blue 148

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

Shades of Mulberry #BC4594

Tints of Mulberry #BC4594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.54%

R = 46.42%
G = 17.04%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC4594 (or 0xBC4594) is known color: Mulberry. HEX triplet: BC, 45 and 94. RGB value is (188,69,148). Sum of RGB (Red+Green+Blue) = 188+69+148=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4594 is #43BA6B. Grayscale: #717171. Windows color (decimal): -4438636 or 9717180. OLE color: 9717180.

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

Color convert

RGB 188 69 148 -
CMYK 0 0.63 0.21 0.26
HSL 320.17º 0.47% 0.5% -
HSV(B) 320.17º 0.63% 0.74% -
XYZ 28.21 17.09 29.83 -
YUV 113.59 147.42 181.08 -
System Red Green Blue C M Y K H S L
Decimal 188 69 148 0 0.63 0.21 0.26 320.17 0.47 0.5
Hex BC 45 94 0 3F 15 1A 140 2F 32
Octal 274 105 224 0 77 25 32 500 57 62
Binary 10111100 1000101 10010100 0 111111 10101 11010 101000000 101111 110010

Color Harmonies of #BC4594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4594

Black with #BC4594

Text Example


Text Example

White with #BC4594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4594; }

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

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

background-color css

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

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

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

border-color css

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

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

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