Html Css Color HEX #BD588B Mulberry

📋 copy color: '#BD588B'

red 189 ◦ green 88 ◦ blue 139

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

Shades of Mulberry #BD588B

Tints of Mulberry #BD588B

RGB

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

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

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

R = 45.43%
G = 21.15%
B = 33.41%

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

#BD588B (or 0xBD588B) is known color: Mulberry. HEX triplet: BD, 58 and 8B. RGB value is (189,88,139). Sum of RGB (Red+Green+Blue) = 189+88+139=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD588B is #42A774. Grayscale: #7B7B7B. Windows color (decimal): -4368245 or 9132221. OLE color: 9132221.

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

Color convert

RGB 189 88 139 -
CMYK 0 0.53 0.26 0.26
HSL 329.7º 0.43% 0.54% -
HSV(B) 329.7º 0.53% 0.74% -
XYZ 29.14 19.66 26.69 -
YUV 124.01 136.46 174.35 -
System Red Green Blue C M Y K H S L
Decimal 189 88 139 0 0.53 0.26 0.26 329.7 0.43 0.54
Hex BD 58 8B 0 35 1A 1A 14A 2B 36
Octal 275 130 213 0 65 32 32 512 53 66
Binary 10111101 1011000 10001011 0 110101 11010 11010 101001010 101011 110110

Color Harmonies of #BD588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD588B

Black with #BD588B

Text Example


Text Example

White with #BD588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD588B; }

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

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

background-color css

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

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

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

border-color css

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

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

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