Html Css Color HEX #BC5599 Mulberry

📋 copy color: '#BC5599'

red 188 ◦ green 85 ◦ blue 153

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

Shades of Mulberry #BC5599

Tints of Mulberry #BC5599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.92%

R = 44.13%
G = 19.95%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC5599 (or 0xBC5599) is known color: Mulberry. HEX triplet: BC, 55 and 99. RGB value is (188,85,153). Sum of RGB (Red+Green+Blue) = 188+85+153=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5599 is #43AA66. Grayscale: #7B7B7B. Windows color (decimal): -4434535 or 10048956. OLE color: 10048956.

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

Color convert

RGB 188 85 153 -
CMYK 0 0.55 0.19 0.26
HSL 320.39º 0.43% 0.54% -
HSV(B) 320.39º 0.55% 0.74% -
XYZ 29.74 19.49 32.33 -
YUV 123.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 188 85 153 0 0.55 0.19 0.26 320.39 0.43 0.54
Hex BC 55 99 0 37 13 1A 140 2B 36
Octal 274 125 231 0 67 23 32 500 53 66
Binary 10111100 1010101 10011001 0 110111 10011 11010 101000000 101011 110110

Color Harmonies of #BC5599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5599

Black with #BC5599

Text Example


Text Example

White with #BC5599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5599; }

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

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

background-color css

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

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

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

border-color css

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

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

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