Html Css Color HEX #BC5187 Mulberry

📋 copy color: '#BC5187'

red 188 ◦ green 81 ◦ blue 135

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

Shades of Mulberry #BC5187

Tints of Mulberry #BC5187

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.05%

 BLUE value IS 135 (53.13% from 255) = 33.42%

R = 46.53%
G = 20.05%
B = 33.42%

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

#BC5187 (or 0xBC5187) is known color: Mulberry. HEX triplet: BC, 51 and 87. RGB value is (188,81,135). Sum of RGB (Red+Green+Blue) = 188+81+135=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5187 is #43AE78. Grayscale: #777777. Windows color (decimal): -4435577 or 8868284. OLE color: 8868284.

HSL color Cylindrical-coordinate representation of color #BC5187: hue angle of 329.72º degrees, saturation: 0.44, 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 #BC5187 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 81 135 -
CMYK 0 0.57 0.28 0.26
HSL 329.72º 0.44% 0.53% -
HSV(B) 329.72º 0.57% 0.74% -
XYZ 28.05 18.33 24.98 -
YUV 119.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 188 81 135 0 0.57 0.28 0.26 329.72 0.44 0.53
Hex BC 51 87 0 39 1C 1A 14A 2C 35
Octal 274 121 207 0 71 34 32 512 54 65
Binary 10111100 1010001 10000111 0 111001 11100 11010 101001010 101100 110101

Color Harmonies of #BC5187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5187

Black with #BC5187

Text Example


Text Example

White with #BC5187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5187; }

 p { color: rgb(188,81,135); }

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

background-color css

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

 a { background-color: rgb(188,81,135); }

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

border-color css

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

 span { border-color: rgb(188,81,135); }

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