Html Css Color HEX #BC589D Mulberry

📋 copy color: '#BC589D'

red 188 ◦ green 88 ◦ blue 157

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

Shades of Mulberry #BC589D

Tints of Mulberry #BC589D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.26%

R = 43.42%
G = 20.32%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC589D (or 0xBC589D) is known color: Mulberry. HEX triplet: BC, 58 and 9D. RGB value is (188,88,157). Sum of RGB (Red+Green+Blue) = 188+88+157=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC589D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC589D is #43A762. Grayscale: #7D7D7D. Windows color (decimal): -4433763 or 10311868. OLE color: 10311868.

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

Color convert

RGB 188 88 157 -
CMYK 0 0.53 0.16 0.26
HSL 318.6º 0.43% 0.54% -
HSV(B) 318.6º 0.53% 0.74% -
XYZ 30.31 20.11 34.18 -
YUV 125.77 145.63 172.39 -
System Red Green Blue C M Y K H S L
Decimal 188 88 157 0 0.53 0.16 0.26 318.6 0.43 0.54
Hex BC 58 9D 0 35 10 1A 13F 2B 36
Octal 274 130 235 0 65 20 32 477 53 66
Binary 10111100 1011000 10011101 0 110101 10000 11010 100111111 101011 110110

Color Harmonies of #BC589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC589D

Black with #BC589D

Text Example


Text Example

White with #BC589D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC589D; }

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

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

background-color css

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

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

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

border-color css

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

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

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