Html Css Color HEX #BC5088 Mulberry

📋 copy color: '#BC5088'

red 188 ◦ green 80 ◦ blue 136

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

Shades of Mulberry #BC5088

Tints of Mulberry #BC5088

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.8%

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

R = 46.53%
G = 19.8%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC5088 (or 0xBC5088) is known color: Mulberry. HEX triplet: BC, 50 and 88. RGB value is (188,80,136). Sum of RGB (Red+Green+Blue) = 188+80+136=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5088 is #43AF77. Grayscale: #767676. Windows color (decimal): -4435832 or 8933564. OLE color: 8933564.

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

Color convert

RGB 188 80 136 -
CMYK 0 0.57 0.28 0.26
HSL 328.89º 0.45% 0.53% -
HSV(B) 328.89º 0.57% 0.74% -
XYZ 28.05 18.21 25.33 -
YUV 118.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 188 80 136 0 0.57 0.28 0.26 328.89 0.45 0.53
Hex BC 50 88 0 39 1C 1A 149 2D 35
Octal 274 120 210 0 71 34 32 511 55 65
Binary 10111100 1010000 10001000 0 111001 11100 11010 101001001 101101 110101

Color Harmonies of #BC5088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5088

Black with #BC5088

Text Example


Text Example

White with #BC5088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5088; }

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

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

background-color css

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

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

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

border-color css

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

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

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