#bd45a4

Color #BD45A4 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #BD45A4

Tints of Mulberry #BD45A4

Color information

#BD45A4 (or 0xBD45A4) is unknown color: approx Mulberry. HEX triplet: BD, 45 and A4. RGB value is (189,69,164). Sum of RGB (Red+Green+Blue) = 189+69+164=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD45A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD45A4 is #42BA5B. Grayscale: #737373. Windows color (decimal): -4373084 or 10765757. OLE color: 10765757.

HSL color Cylindrical-coordinate representation of color #BD45A4: hue angle of 312.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 #BD45A4 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB18969164-
CMYK00.630.130.26
HSL312.5º47.62%50.59%-
HSV(B)312.5º63.49%74.12%-
XYZ29.8217.7636.98-
YUV115.71155.26180.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.79%
GREEN value IS 69 (27.34% from 255) = 16.35%
BLUE value IS 164 (64.45% from 255) = 38.86%
R=44.79%
G=16.35%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896916400.630.130.26312.547.6250.59
HexBD45A403FD1A1383033
Octal27510524407715324706063
Binary101111011000101101001000111111110111010100111000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd45a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd45a4; }

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

 H1.HeaderClassName
 {
   color: #bd45a4;
 }
 .AnyTagClassName
 {
   color: #bd45a4;
 }
</style>
background-color css

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

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

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

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

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

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