Html Css Color HEX #BC5594 Mulberry

📋 copy color: '#BC5594'

red 188 ◦ green 85 ◦ blue 148

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

Shades of Mulberry #BC5594

Tints of Mulberry #BC5594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.19%

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

R = 44.66%
G = 20.19%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC5594 (or 0xBC5594) is known color: Mulberry. HEX triplet: BC, 55 and 94. RGB value is (188,85,148). Sum of RGB (Red+Green+Blue) = 188+85+148=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5594 is #43AA6B. Grayscale: #7A7A7A. Windows color (decimal): -4434540 or 9721276. OLE color: 9721276.

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

Color convert

RGB 188 85 148 -
CMYK 0 0.55 0.21 0.26
HSL 323.3º 0.43% 0.54% -
HSV(B) 323.3º 0.55% 0.74% -
XYZ 29.33 19.33 30.2 -
YUV 122.98 142.12 174.38 -
System Red Green Blue C M Y K H S L
Decimal 188 85 148 0 0.55 0.21 0.26 323.3 0.43 0.54
Hex BC 55 94 0 37 15 1A 143 2B 36
Octal 274 125 224 0 67 25 32 503 53 66
Binary 10111100 1010101 10010100 0 110111 10101 11010 101000011 101011 110110

Color Harmonies of #BC5594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5594

Black with #BC5594

Text Example


Text Example

White with #BC5594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5594; }

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

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

background-color css

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

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

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

border-color css

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

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

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