Html Css Color HEX #BC5688 Mulberry

📋 copy color: '#BC5688'

red 188 ◦ green 86 ◦ blue 136

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

Shades of Mulberry #BC5688

Tints of Mulberry #BC5688

RGB

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

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

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

R = 45.85%
G = 20.98%
B = 33.17%

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

#BC5688 (or 0xBC5688) is known color: Mulberry. HEX triplet: BC, 56 and 88. RGB value is (188,86,136). Sum of RGB (Red+Green+Blue) = 188+86+136=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5688 is #43A977. Grayscale: #7A7A7A. Windows color (decimal): -4434296 or 8935100. OLE color: 8935100.

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

Color convert

RGB 188 86 136 -
CMYK 0 0.54 0.28 0.26
HSL 330.59º 0.43% 0.54% -
HSV(B) 330.59º 0.54% 0.74% -
XYZ 28.51 19.12 25.48 -
YUV 122.2 135.79 174.93 -
System Red Green Blue C M Y K H S L
Decimal 188 86 136 0 0.54 0.28 0.26 330.59 0.43 0.54
Hex BC 56 88 0 36 1C 1A 14B 2B 36
Octal 274 126 210 0 66 34 32 513 53 66
Binary 10111100 1010110 10001000 0 110110 11100 11010 101001011 101011 110110

Color Harmonies of #BC5688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5688

Black with #BC5688

Text Example


Text Example

White with #BC5688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5688; }

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

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

background-color css

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

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

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

border-color css

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

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

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