Html Css Color HEX #BD588C Mulberry

📋 copy color: '#BD588C'

red 189 ◦ green 88 ◦ blue 140

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

Shades of Mulberry #BD588C

Tints of Mulberry #BD588C

RGB

 RED value IS 189 (74.22% from 255) = 45.32%

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

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

R = 45.32%
G = 21.1%
B = 33.57%

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

#BD588C (or 0xBD588C) is known color: Mulberry. HEX triplet: BD, 58 and 8C. RGB value is (189,88,140). Sum of RGB (Red+Green+Blue) = 189+88+140=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD588C is #42A773. Grayscale: #7C7C7C. Windows color (decimal): -4368244 or 9197757. OLE color: 9197757.

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

Color convert

RGB 189 88 140 -
CMYK 0 0.53 0.26 0.26
HSL 329.11º 0.43% 0.54% -
HSV(B) 329.11º 0.53% 0.74% -
XYZ 29.21 19.69 27.07 -
YUV 124.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 189 88 140 0 0.53 0.26 0.26 329.11 0.43 0.54
Hex BD 58 8C 0 35 1A 1A 149 2B 36
Octal 275 130 214 0 65 32 32 511 53 66
Binary 10111101 1011000 10001100 0 110101 11010 11010 101001001 101011 110110

Color Harmonies of #BD588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD588C

Black with #BD588C

Text Example


Text Example

White with #BD588C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD588C; }

 p { color: rgb(189,88,140); }

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

background-color css

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

 a { background-color: rgb(189,88,140); }

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

border-color css

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

 span { border-color: rgb(189,88,140); }

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