#BD609B

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

Shades of Mulberry #BD609B

Tints of Mulberry #BD609B

Color information

#BD609B (or 0xBD609B) is unknown color: approx Mulberry. HEX triplet: BD, 60 and 9B. RGB value is (189,96,155). Sum of RGB (Red+Green+Blue) = 189+96+155=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD609B is #429F64. Grayscale: #828282. Windows color (decimal): -4366181 or 10182845. OLE color: 10182845.

HSL color Cylindrical-coordinate representation of color #BD609B: hue angle of 321.94º 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 #BD609B is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB18996155-
CMYK00.490.180.26
HSL321.94º41.33%55.88%-
HSV(B)321.94º49.21%74.12%-
XYZ31.0921.5533.53-
YUV130.53141.81169.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.95%
GREEN value IS 96 (37.89% from 255) = 21.82%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=42.95%
G=21.82%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899615500.490.180.26321.9441.3355.88
HexBD609B031121A1422938
Octal27514023306122325025170
Binary1011110111000001001101101100011001011010101000010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD609B; }

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

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

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

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

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

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

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

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