Html Css Color HEX #BC5593 Mulberry

📋 copy color: '#BC5593'

red 188 ◦ green 85 ◦ blue 147

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

Shades of Mulberry #BC5593

Tints of Mulberry #BC5593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35%

R = 44.76%
G = 20.24%
B = 35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC5593 (or 0xBC5593) is known color: Mulberry. HEX triplet: BC, 55 and 93. RGB value is (188,85,147). Sum of RGB (Red+Green+Blue) = 188+85+147=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5593 is #43AA6C. Grayscale: #7A7A7A. Windows color (decimal): -4434541 or 9655740. OLE color: 9655740.

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

Color convert

RGB 188 85 147 -
CMYK 0 0.55 0.22 0.26
HSL 323.88º 0.43% 0.54% -
HSV(B) 323.88º 0.55% 0.74% -
XYZ 29.25 19.29 29.79 -
YUV 122.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 188 85 147 0 0.55 0.22 0.26 323.88 0.43 0.54
Hex BC 55 93 0 37 16 1A 144 2B 36
Octal 274 125 223 0 67 26 32 504 53 66
Binary 10111100 1010101 10010011 0 110111 10110 11010 101000100 101011 110110

Color Harmonies of #BC5593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5593

Black with #BC5593

Text Example


Text Example

White with #BC5593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5593; }

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

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

background-color css

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

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

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

border-color css

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

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

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