Html Css Color HEX #BD5481 Mulberry

📋 copy color: '#BD5481'

red 189 ◦ green 84 ◦ blue 129

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

Shades of Mulberry #BD5481

Tints of Mulberry #BD5481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.9%

 BLUE value IS 129 (50.78% from 255) = 32.09%

R = 47.01%
G = 20.9%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD5481 (or 0xBD5481) is known color: Mulberry. HEX triplet: BD, 54 and 81. RGB value is (189,84,129). Sum of RGB (Red+Green+Blue) = 189+84+129=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5481 is #42AB7E. Grayscale: #787878. Windows color (decimal): -4369279 or 8475837. OLE color: 8475837.

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

Color convert

RGB 189 84 129 -
CMYK 0 0.56 0.32 0.26
HSL 334.29º 0.44% 0.54% -
HSV(B) 334.29º 0.56% 0.74% -
XYZ 28.12 18.74 22.9 -
YUV 120.53 132.79 176.84 -
System Red Green Blue C M Y K H S L
Decimal 189 84 129 0 0.56 0.32 0.26 334.29 0.44 0.54
Hex BD 54 81 0 38 20 1A 14E 2C 36
Octal 275 124 201 0 70 40 32 516 54 66
Binary 10111101 1010100 10000001 0 111000 100000 11010 101001110 101100 110110

Color Harmonies of #BD5481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5481

Black with #BD5481

Text Example


Text Example

White with #BD5481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5481; }

 p { color: rgb(189,84,129); }

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

background-color css

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

 a { background-color: rgb(189,84,129); }

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

border-color css

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

 span { border-color: rgb(189,84,129); }

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