#BD5598

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

Shades of Mulberry #BD5598

Tints of Mulberry #BD5598

Color information

#BD5598 (or 0xBD5598) is unknown color: approx Mulberry. HEX triplet: BD, 55 and 98. RGB value is (189,85,152). Sum of RGB (Red+Green+Blue) = 189+85+152=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5598 is #42AA67. Grayscale: #7B7B7B. Windows color (decimal): -4369000 or 9983421. OLE color: 9983421.

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

Color convert

RGB18985152-
CMYK00.550.200.26
HSL321.35º44.07%53.73%-
HSV(B)321.35º55.03%74.12%-
XYZ29.919.5831.91-
YUV123.73143.96174.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.37%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 152 (59.77% from 255) = 35.68%
R=44.37%
G=19.95%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898515200.550.200.26321.3544.0753.73
HexBD5598037141A1412c36
Octal27512523006724325015466
Binary1011110110101011001100001101111010011010101000001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5598; }

 p { color: rgb(189,85,152); }

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

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

 a { background-color: rgb(189,85,152); }

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

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

 span { border-color: rgb(189,85,152); }

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