Html Css Color HEX #BC5591 Mulberry

📋 copy color: '#BC5591'

red 188 ◦ green 85 ◦ blue 145

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

Shades of Mulberry #BC5591

Tints of Mulberry #BC5591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.69%

R = 44.98%
G = 20.33%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC5591 (or 0xBC5591) is known color: Mulberry. HEX triplet: BC, 55 and 91. RGB value is (188,85,145). Sum of RGB (Red+Green+Blue) = 188+85+145=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5591 is #43AA6E. Grayscale: #7A7A7A. Windows color (decimal): -4434543 or 9524668. OLE color: 9524668.

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

Color convert

RGB 188 85 145 -
CMYK 0 0.55 0.23 0.26
HSL 325.05º 0.43% 0.54% -
HSV(B) 325.05º 0.55% 0.74% -
XYZ 29.1 19.23 28.97 -
YUV 122.64 140.62 174.62 -
System Red Green Blue C M Y K H S L
Decimal 188 85 145 0 0.55 0.23 0.26 325.05 0.43 0.54
Hex BC 55 91 0 37 17 1A 145 2B 36
Octal 274 125 221 0 67 27 32 505 53 66
Binary 10111100 1010101 10010001 0 110111 10111 11010 101000101 101011 110110

Color Harmonies of #BC5591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5591

Black with #BC5591

Text Example


Text Example

White with #BC5591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5591; }

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

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

background-color css

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

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

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

border-color css

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

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

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