Html Css Color HEX #BC588D Mulberry

📋 copy color: '#BC588D'

red 188 ◦ green 88 ◦ blue 141

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

Shades of Mulberry #BC588D

Tints of Mulberry #BC588D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.1%

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

R = 45.08%
G = 21.1%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC588D (or 0xBC588D) is known color: Mulberry. HEX triplet: BC, 58 and 8D. RGB value is (188,88,141). Sum of RGB (Red+Green+Blue) = 188+88+141=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC588D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC588D is #43A772. Grayscale: #7B7B7B. Windows color (decimal): -4433779 or 9263292. OLE color: 9263292.

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

Color convert

RGB 188 88 141 -
CMYK 0 0.53 0.25 0.26
HSL 328.2º 0.43% 0.54% -
HSV(B) 328.2º 0.53% 0.74% -
XYZ 29.04 19.59 27.45 -
YUV 123.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 188 88 141 0 0.53 0.25 0.26 328.2 0.43 0.54
Hex BC 58 8D 0 35 19 1A 148 2B 36
Octal 274 130 215 0 65 31 32 510 53 66
Binary 10111100 1011000 10001101 0 110101 11001 11010 101001000 101011 110110

Color Harmonies of #BC588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC588D

Black with #BC588D

Text Example


Text Example

White with #BC588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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