Html Css Color HEX #BC5B89 Mulberry

📋 copy color: '#BC5B89'

red 188 ◦ green 91 ◦ blue 137

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

Shades of Mulberry #BC5B89

Tints of Mulberry #BC5B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.88%

 BLUE value IS 137 (53.91% from 255) = 32.93%

R = 45.19%
G = 21.88%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC5B89 (or 0xBC5B89) is known color: Mulberry. HEX triplet: BC, 5B and 89. RGB value is (188,91,137). Sum of RGB (Red+Green+Blue) = 188+91+137=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5B89 is #43A476. Grayscale: #7D7D7D. Windows color (decimal): -4433015 or 9001916. OLE color: 9001916.

HSL color Cylindrical-coordinate representation of color #BC5B89: hue angle of 331.55º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5B89 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 91 137 -
CMYK 0 0.52 0.27 0.26
HSL 331.55º 0.42% 0.55% -
HSV(B) 331.55º 0.52% 0.74% -
XYZ 29 19.98 26 -
YUV 125.25 134.64 172.76 -
System Red Green Blue C M Y K H S L
Decimal 188 91 137 0 0.52 0.27 0.26 331.55 0.42 0.55
Hex BC 5B 89 0 34 1B 1A 14C 2A 37
Octal 274 133 211 0 64 33 32 514 52 67
Binary 10111100 1011011 10001001 0 110100 11011 11010 101001100 101010 110111

Color Harmonies of #BC5B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5B89

Black with #BC5B89

Text Example


Text Example

White with #BC5B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5B89; }

 p { color: rgb(188,91,137); }

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

background-color css

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

 a { background-color: rgb(188,91,137); }

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

border-color css

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

 span { border-color: rgb(188,91,137); }

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