Html Css Color HEX #BC588B Mulberry

📋 copy color: '#BC588B'

red 188 ◦ green 88 ◦ blue 139

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

Shades of Mulberry #BC588B

Tints of Mulberry #BC588B

RGB

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

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

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

R = 45.3%
G = 21.2%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC588B (or 0xBC588B) is known color: Mulberry. HEX triplet: BC, 58 and 8B. RGB value is (188,88,139). Sum of RGB (Red+Green+Blue) = 188+88+139=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC588B is #43A774. Grayscale: #7B7B7B. Windows color (decimal): -4433781 or 9132220. OLE color: 9132220.

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

Color convert

RGB 188 88 139 -
CMYK 0 0.53 0.26 0.26
HSL 329.4º 0.43% 0.54% -
HSV(B) 329.4º 0.53% 0.74% -
XYZ 28.89 19.53 26.67 -
YUV 123.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 188 88 139 0 0.53 0.26 0.26 329.4 0.43 0.54
Hex BC 58 8B 0 35 1A 1A 149 2B 36
Octal 274 130 213 0 65 32 32 511 53 66
Binary 10111100 1011000 10001011 0 110101 11010 11010 101001001 101011 110110

Color Harmonies of #BC588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC588B

Black with #BC588B

Text Example


Text Example

White with #BC588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC588B; }

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

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

background-color css

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

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

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

border-color css

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

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

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