Html Css Color HEX #BD558F Mulberry

📋 copy color: '#BD558F'

red 189 ◦ green 85 ◦ blue 143

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

Shades of Mulberry #BD558F

Tints of Mulberry #BD558F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.29%

R = 45.32%
G = 20.38%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD558F (or 0xBD558F) is known color: Mulberry. HEX triplet: BD, 55 and 8F. RGB value is (189,85,143). Sum of RGB (Red+Green+Blue) = 189+85+143=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD558F is #42AA70. Grayscale: #7A7A7A. Windows color (decimal): -4369009 or 9393597. OLE color: 9393597.

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

Color convert

RGB 189 85 143 -
CMYK 0 0.55 0.24 0.26
HSL 326.54º 0.44% 0.54% -
HSV(B) 326.54º 0.55% 0.74% -
XYZ 29.19 19.3 28.17 -
YUV 122.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 189 85 143 0 0.55 0.24 0.26 326.54 0.44 0.54
Hex BD 55 8F 0 37 18 1A 147 2C 36
Octal 275 125 217 0 67 30 32 507 54 66
Binary 10111101 1010101 10001111 0 110111 11000 11010 101000111 101100 110110

Color Harmonies of #BD558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD558F

Black with #BD558F

Text Example


Text Example

White with #BD558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD558F; }

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

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

background-color css

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

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

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

border-color css

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

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

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