#BD5C94

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

Shades of Mulberry #BD5C94

Tints of Mulberry #BD5C94

Color information

#BD5C94 (or 0xBD5C94) is unknown color: approx Mulberry. HEX triplet: BD, 5C and 94. RGB value is (189,92,148). Sum of RGB (Red+Green+Blue) = 189+92+148=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5C94 is #42A36B. Grayscale: #7F7F7F. Windows color (decimal): -4367212 or 9723069. OLE color: 9723069.

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

Color convert

RGB18992148-
CMYK00.510.220.26
HSL325.36º42.36%55.1%-
HSV(B)325.36º51.32%74.12%-
XYZ30.1620.6130.41-
YUV127.39139.64171.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.06%
GREEN value IS 92 (36.33% from 255) = 21.45%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=44.06%
G=21.45%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899214800.510.220.26325.3642.3655.1
HexBD5C94033161A1452a37
Octal27513422406326325055267
Binary1011110110111001001010001100111011011010101000101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5C94; }

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

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

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

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

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

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

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

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