Html Css Color HEX #BD5491 Mulberry

📋 copy color: '#BD5491'

red 189 ◦ green 84 ◦ blue 145

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

Shades of Mulberry #BD5491

Tints of Mulberry #BD5491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 34.69%

R = 45.22%
G = 20.1%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD5491 (or 0xBD5491) is known color: Mulberry. HEX triplet: BD, 54 and 91. RGB value is (189,84,145). Sum of RGB (Red+Green+Blue) = 189+84+145=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5491 is #42AB6E. Grayscale: #7A7A7A. Windows color (decimal): -4369263 or 9524413. OLE color: 9524413.

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

Color convert

RGB 189 84 145 -
CMYK 0 0.56 0.23 0.26
HSL 325.14º 0.44% 0.54% -
HSV(B) 325.14º 0.56% 0.74% -
XYZ 29.27 19.2 28.95 -
YUV 122.35 140.79 175.54 -
System Red Green Blue C M Y K H S L
Decimal 189 84 145 0 0.56 0.23 0.26 325.14 0.44 0.54
Hex BD 54 91 0 38 17 1A 145 2C 36
Octal 275 124 221 0 70 27 32 505 54 66
Binary 10111101 1010100 10010001 0 111000 10111 11010 101000101 101100 110110

Color Harmonies of #BD5491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5491

Black with #BD5491

Text Example


Text Example

White with #BD5491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5491; }

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

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

background-color css

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

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

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

border-color css

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

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

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