Html Css Color HEX #BC558C Mulberry

📋 copy color: '#BC558C'

red 188 ◦ green 85 ◦ blue 140

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

Shades of Mulberry #BC558C

Tints of Mulberry #BC558C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.9%

R = 45.52%
G = 20.58%
B = 33.9%

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

#BC558C (or 0xBC558C) is known color: Mulberry. HEX triplet: BC, 55 and 8C. RGB value is (188,85,140). Sum of RGB (Red+Green+Blue) = 188+85+140=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC558C is #43AA73. Grayscale: #797979. Windows color (decimal): -4434548 or 9196988. OLE color: 9196988.

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

Color convert

RGB 188 85 140 -
CMYK 0 0.55 0.26 0.26
HSL 327.96º 0.43% 0.54% -
HSV(B) 327.96º 0.55% 0.74% -
XYZ 28.72 19.08 26.98 -
YUV 122.07 138.12 175.03 -
System Red Green Blue C M Y K H S L
Decimal 188 85 140 0 0.55 0.26 0.26 327.96 0.43 0.54
Hex BC 55 8C 0 37 1A 1A 148 2B 36
Octal 274 125 214 0 67 32 32 510 53 66
Binary 10111100 1010101 10001100 0 110111 11010 11010 101001000 101011 110110

Color Harmonies of #BC558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC558C

Black with #BC558C

Text Example


Text Example

White with #BC558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC558C; }

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

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

background-color css

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

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

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

border-color css

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

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

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