Html Css Color HEX #BC558E Mulberry

📋 copy color: '#BC558E'

red 188 ◦ green 85 ◦ blue 142

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

Shades of Mulberry #BC558E

Tints of Mulberry #BC558E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.22%

R = 45.3%
G = 20.48%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC558E (or 0xBC558E) is known color: Mulberry. HEX triplet: BC, 55 and 8E. RGB value is (188,85,142). Sum of RGB (Red+Green+Blue) = 188+85+142=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC558E is #43AA71. Grayscale: #7A7A7A. Windows color (decimal): -4434546 or 9328060. OLE color: 9328060.

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

Color convert

RGB 188 85 142 -
CMYK 0 0.55 0.24 0.26
HSL 326.8º 0.43% 0.54% -
HSV(B) 326.8º 0.55% 0.74% -
XYZ 28.87 19.14 27.76 -
YUV 122.3 139.12 174.87 -
System Red Green Blue C M Y K H S L
Decimal 188 85 142 0 0.55 0.24 0.26 326.8 0.43 0.54
Hex BC 55 8E 0 37 18 1A 147 2B 36
Octal 274 125 216 0 67 30 32 507 53 66
Binary 10111100 1010101 10001110 0 110111 11000 11010 101000111 101011 110110

Color Harmonies of #BC558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC558E

Black with #BC558E

Text Example


Text Example

White with #BC558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC558E; }

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

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

background-color css

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

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

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

border-color css

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

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

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