Html Css Color HEX #BC558D Mulberry

📋 copy color: '#BC558D'

red 188 ◦ green 85 ◦ blue 141

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

Shades of Mulberry #BC558D

Tints of Mulberry #BC558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.53%

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 45.41%
G = 20.53%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC558D (or 0xBC558D) is known color: Mulberry. HEX triplet: BC, 55 and 8D. RGB value is (188,85,141). Sum of RGB (Red+Green+Blue) = 188+85+141=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC558D is #43AA72. Grayscale: #7A7A7A. Windows color (decimal): -4434547 or 9262524. OLE color: 9262524.

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

Color convert

RGB 188 85 141 -
CMYK 0 0.55 0.25 0.26
HSL 327.38º 0.43% 0.54% -
HSV(B) 327.38º 0.55% 0.74% -
XYZ 28.8 19.11 27.37 -
YUV 122.18 138.62 174.95 -
System Red Green Blue C M Y K H S L
Decimal 188 85 141 0 0.55 0.25 0.26 327.38 0.43 0.54
Hex BC 55 8D 0 37 19 1A 147 2B 36
Octal 274 125 215 0 67 31 32 507 53 66
Binary 10111100 1010101 10001101 0 110111 11001 11010 101000111 101011 110110

Color Harmonies of #BC558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC558D

Black with #BC558D

Text Example


Text Example

White with #BC558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC558D; }

 p { color: rgb(188,85,141); }

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

background-color css

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

 a { background-color: rgb(188,85,141); }

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

border-color css

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

 span { border-color: rgb(188,85,141); }

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