Html Css Color HEX #BD558B Mulberry

📋 copy color: '#BD558B'

red 189 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #BD558B

Tints of Mulberry #BD558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.58%

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

R = 45.76%
G = 20.58%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD558B (or 0xBD558B) is known color: Mulberry. HEX triplet: BD, 55 and 8B. RGB value is (189,85,139). Sum of RGB (Red+Green+Blue) = 189+85+139=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD558B is #42AA74. Grayscale: #7A7A7A. Windows color (decimal): -4369013 or 9131453. OLE color: 9131453.

HSL color Cylindrical-coordinate representation of color #BD558B: hue angle of 328.85º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD558B is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 85 139 -
CMYK 0 0.55 0.26 0.26
HSL 328.85º 0.44% 0.54% -
HSV(B) 328.85º 0.55% 0.74% -
XYZ 28.89 19.18 26.61 -
YUV 122.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 189 85 139 0 0.55 0.26 0.26 328.85 0.44 0.54
Hex BD 55 8B 0 37 1A 1A 149 2C 36
Octal 275 125 213 0 67 32 32 511 54 66
Binary 10111101 1010101 10001011 0 110111 11010 11010 101001001 101100 110110

Color Harmonies of #BD558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD558B

Black with #BD558B

Text Example


Text Example

White with #BD558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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