Html Css Color HEX #BD4590 Mulberry

📋 copy color: '#BD4590'

red 189 ◦ green 69 ◦ blue 144

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

Shades of Mulberry #BD4590

Tints of Mulberry #BD4590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.16%

 BLUE value IS 144 (56.64% from 255) = 35.82%

R = 47.01%
G = 17.16%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD4590 (or 0xBD4590) is known color: Mulberry. HEX triplet: BD, 45 and 90. RGB value is (189,69,144). Sum of RGB (Red+Green+Blue) = 189+69+144=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4590 is #42BA6F. Grayscale: #717171. Windows color (decimal): -4373104 or 9455037. OLE color: 9455037.

HSL color Cylindrical-coordinate representation of color #BD4590: hue angle of 322.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4590 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 69 144 -
CMYK 0 0.63 0.24 0.26
HSL 322.5º 0.48% 0.51% -
HSV(B) 322.5º 0.63% 0.74% -
XYZ 28.15 17.09 28.2 -
YUV 113.43 145.26 181.9 -
System Red Green Blue C M Y K H S L
Decimal 189 69 144 0 0.63 0.24 0.26 322.5 0.48 0.51
Hex BD 45 90 0 3F 18 1A 142 30 33
Octal 275 105 220 0 77 30 32 502 60 63
Binary 10111101 1000101 10010000 0 111111 11000 11010 101000010 110000 110011

Color Harmonies of #BD4590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4590

Black with #BD4590

Text Example


Text Example

White with #BD4590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4590; }

 p { color: rgb(189,69,144); }

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

background-color css

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

 a { background-color: rgb(189,69,144); }

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

border-color css

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

 span { border-color: rgb(189,69,144); }

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