Html Css Color HEX #BC5699 Mulberry

📋 copy color: '#BC5699'

red 188 ◦ green 86 ◦ blue 153

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

Shades of Mulberry #BC5699

Tints of Mulberry #BC5699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.14%

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

R = 44.03%
G = 20.14%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC5699 (or 0xBC5699) is known color: Mulberry. HEX triplet: BC, 56 and 99. RGB value is (188,86,153). Sum of RGB (Red+Green+Blue) = 188+86+153=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5699 is #43A966. Grayscale: #7B7B7B. Windows color (decimal): -4434279 or 10049212. OLE color: 10049212.

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

Color convert

RGB 188 86 153 -
CMYK 0 0.54 0.19 0.26
HSL 320.59º 0.43% 0.54% -
HSV(B) 320.59º 0.54% 0.74% -
XYZ 29.82 19.65 32.36 -
YUV 124.14 144.29 173.55 -
System Red Green Blue C M Y K H S L
Decimal 188 86 153 0 0.54 0.19 0.26 320.59 0.43 0.54
Hex BC 56 99 0 36 13 1A 141 2B 36
Octal 274 126 231 0 66 23 32 501 53 66
Binary 10111100 1010110 10011001 0 110110 10011 11010 101000001 101011 110110

Color Harmonies of #BC5699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5699

Black with #BC5699

Text Example


Text Example

White with #BC5699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5699; }

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

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

background-color css

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

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

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

border-color css

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

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

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