Html Css Color HEX #BC5788 Mulberry

📋 copy color: '#BC5788'

red 188 ◦ green 87 ◦ blue 136

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

Shades of Mulberry #BC5788

Tints of Mulberry #BC5788

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.17%

 BLUE value IS 136 (53.52% from 255) = 33.09%

R = 45.74%
G = 21.17%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC5788 (or 0xBC5788) is known color: Mulberry. HEX triplet: BC, 57 and 88. RGB value is (188,87,136). Sum of RGB (Red+Green+Blue) = 188+87+136=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5788 is #43A877. Grayscale: #7A7A7A. Windows color (decimal): -4434040 or 8935356. OLE color: 8935356.

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

Color convert

RGB 188 87 136 -
CMYK 0 0.54 0.28 0.26
HSL 330.89º 0.43% 0.54% -
HSV(B) 330.89º 0.54% 0.74% -
XYZ 28.59 19.29 25.51 -
YUV 122.79 135.46 174.52 -
System Red Green Blue C M Y K H S L
Decimal 188 87 136 0 0.54 0.28 0.26 330.89 0.43 0.54
Hex BC 57 88 0 36 1C 1A 14B 2B 36
Octal 274 127 210 0 66 34 32 513 53 66
Binary 10111100 1010111 10001000 0 110110 11100 11010 101001011 101011 110110

Color Harmonies of #BC5788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5788

Black with #BC5788

Text Example


Text Example

White with #BC5788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5788; }

 p { color: rgb(188,87,136); }

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

background-color css

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

 a { background-color: rgb(188,87,136); }

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

border-color css

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

 span { border-color: rgb(188,87,136); }

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