Html Css Color HEX #BD588D Mulberry

📋 copy color: '#BD588D'

red 189 ◦ green 88 ◦ blue 141

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

Shades of Mulberry #BD588D

Tints of Mulberry #BD588D

RGB

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

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

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

R = 45.22%
G = 21.05%
B = 33.73%

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

#BD588D (or 0xBD588D) is known color: Mulberry. HEX triplet: BD, 58 and 8D. RGB value is (189,88,141). Sum of RGB (Red+Green+Blue) = 189+88+141=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD588D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD588D is #42A772. Grayscale: #7C7C7C. Windows color (decimal): -4368243 or 9263293. OLE color: 9263293.

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

Color convert

RGB 189 88 141 -
CMYK 0 0.53 0.25 0.26
HSL 328.51º 0.43% 0.54% -
HSV(B) 328.51º 0.53% 0.74% -
XYZ 29.28 19.72 27.46 -
YUV 124.24 137.46 174.19 -
System Red Green Blue C M Y K H S L
Decimal 189 88 141 0 0.53 0.25 0.26 328.51 0.43 0.54
Hex BD 58 8D 0 35 19 1A 149 2B 36
Octal 275 130 215 0 65 31 32 511 53 66
Binary 10111101 1011000 10001101 0 110101 11001 11010 101001001 101011 110110

Color Harmonies of #BD588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD588D

Black with #BD588D

Text Example


Text Example

White with #BD588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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