Html Css Color HEX #BC5895 Mulberry

📋 copy color: '#BC5895'

red 188 ◦ green 88 ◦ blue 149

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

Shades of Mulberry #BC5895

Tints of Mulberry #BC5895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.71%

 BLUE value IS 149 (58.59% from 255) = 35.06%

R = 44.24%
G = 20.71%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC5895 (or 0xBC5895) is known color: Mulberry. HEX triplet: BC, 58 and 95. RGB value is (188,88,149). Sum of RGB (Red+Green+Blue) = 188+88+149=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5895 is #43A76A. Grayscale: #7C7C7C. Windows color (decimal): -4433771 or 9787580. OLE color: 9787580.

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

Color convert

RGB 188 88 149 -
CMYK 0 0.53 0.21 0.26
HSL 323.4º 0.43% 0.54% -
HSV(B) 323.4º 0.53% 0.74% -
XYZ 29.65 19.84 30.7 -
YUV 124.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 188 88 149 0 0.53 0.21 0.26 323.4 0.43 0.54
Hex BC 58 95 0 35 15 1A 143 2B 36
Octal 274 130 225 0 65 25 32 503 53 66
Binary 10111100 1011000 10010101 0 110101 10101 11010 101000011 101011 110110

Color Harmonies of #BC5895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5895

Black with #BC5895

Text Example


Text Example

White with #BC5895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5895; }

 p { color: rgb(188,88,149); }

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

background-color css

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

 a { background-color: rgb(188,88,149); }

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

border-color css

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

 span { border-color: rgb(188,88,149); }

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