Html Css Color HEX #BD5494 Mulberry

📋 copy color: '#BD5494'

red 189 ◦ green 84 ◦ blue 148

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

Shades of Mulberry #BD5494

Tints of Mulberry #BD5494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.15%

R = 44.89%
G = 19.95%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD5494 (or 0xBD5494) is known color: Mulberry. HEX triplet: BD, 54 and 94. RGB value is (189,84,148). Sum of RGB (Red+Green+Blue) = 189+84+148=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5494 is #42AB6B. Grayscale: #7A7A7A. Windows color (decimal): -4369260 or 9721021. OLE color: 9721021.

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

Color convert

RGB 189 84 148 -
CMYK 0 0.56 0.22 0.26
HSL 323.43º 0.44% 0.54% -
HSV(B) 323.43º 0.56% 0.74% -
XYZ 29.5 19.3 30.19 -
YUV 122.69 142.29 175.3 -
System Red Green Blue C M Y K H S L
Decimal 189 84 148 0 0.56 0.22 0.26 323.43 0.44 0.54
Hex BD 54 94 0 38 16 1A 143 2C 36
Octal 275 124 224 0 70 26 32 503 54 66
Binary 10111101 1010100 10010100 0 111000 10110 11010 101000011 101100 110110

Color Harmonies of #BD5494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5494

Black with #BD5494

Text Example


Text Example

White with #BD5494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5494; }

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

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

background-color css

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

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

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

border-color css

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

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

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