Html Css Color HEX #BD5492 Mulberry

📋 copy color: '#BD5492'

red 189 ◦ green 84 ◦ blue 146

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

Shades of Mulberry #BD5492

Tints of Mulberry #BD5492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.84%

R = 45.11%
G = 20.05%
B = 34.84%

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

#BD5492 (or 0xBD5492) is known color: Mulberry. HEX triplet: BD, 54 and 92. RGB value is (189,84,146). Sum of RGB (Red+Green+Blue) = 189+84+146=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5492 is #42AB6D. Grayscale: #7A7A7A. Windows color (decimal): -4369262 or 9589949. OLE color: 9589949.

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

Color convert

RGB 189 84 146 -
CMYK 0 0.56 0.23 0.26
HSL 324.57º 0.44% 0.54% -
HSV(B) 324.57º 0.56% 0.74% -
XYZ 29.34 19.23 29.36 -
YUV 122.46 141.29 175.46 -
System Red Green Blue C M Y K H S L
Decimal 189 84 146 0 0.56 0.23 0.26 324.57 0.44 0.54
Hex BD 54 92 0 38 17 1A 145 2C 36
Octal 275 124 222 0 70 27 32 505 54 66
Binary 10111101 1010100 10010010 0 111000 10111 11010 101000101 101100 110110

Color Harmonies of #BD5492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5492

Black with #BD5492

Text Example


Text Example

White with #BD5492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5492; }

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

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

background-color css

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

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

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

border-color css

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

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

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