Html Css Color HEX #BC558B Mulberry

📋 copy color: '#BC558B'

red 188 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #BC558B

Tints of Mulberry #BC558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.74%

R = 45.63%
G = 20.63%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC558B (or 0xBC558B) is known color: Mulberry. HEX triplet: BC, 55 and 8B. RGB value is (188,85,139). Sum of RGB (Red+Green+Blue) = 188+85+139=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC558B is #43AA74. Grayscale: #797979. Windows color (decimal): -4434549 or 9131452. OLE color: 9131452.

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

Color convert

RGB 188 85 139 -
CMYK 0 0.55 0.26 0.26
HSL 328.54º 0.43% 0.54% -
HSV(B) 328.54º 0.55% 0.74% -
XYZ 28.65 19.05 26.59 -
YUV 121.95 137.62 175.11 -
System Red Green Blue C M Y K H S L
Decimal 188 85 139 0 0.55 0.26 0.26 328.54 0.43 0.54
Hex BC 55 8B 0 37 1A 1A 149 2B 36
Octal 274 125 213 0 67 32 32 511 53 66
Binary 10111100 1010101 10001011 0 110111 11010 11010 101001001 101011 110110

Color Harmonies of #BC558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC558B

Black with #BC558B

Text Example


Text Example

White with #BC558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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