#BD609E

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

Shades of Mulberry #BD609E

Tints of Mulberry #BD609E

Color information

#BD609E (or 0xBD609E) is unknown color: approx Mulberry. HEX triplet: BD, 60 and 9E. RGB value is (189,96,158). Sum of RGB (Red+Green+Blue) = 189+96+158=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD609E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD609E is #429F61. Grayscale: #828282. Windows color (decimal): -4366178 or 10379453. OLE color: 10379453.

HSL color Cylindrical-coordinate representation of color #BD609E: hue angle of 320º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD609E is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB18996158-
CMYK00.490.160.26
HSL320º41.33%55.88%-
HSV(B)320º49.21%74.12%-
XYZ31.3421.6534.88-
YUV130.88143.31169.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 96 (37.89% from 255) = 21.67%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=42.66%
G=21.67%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899615800.490.160.2632041.3355.88
HexBD609E031101A1402938
Octal27514023606120325005170
Binary1011110111000001001111001100011000011010101000000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD609E; }

 p { color: rgb(189,96,158); }

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

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

 a { background-color: rgb(189,96,158); }

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

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

 span { border-color: rgb(189,96,158); }

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