#BD608E

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

Shades of Mulberry #BD608E

Tints of Mulberry #BD608E

Color information

#BD608E (or 0xBD608E) is unknown color: approx Mulberry. HEX triplet: BD, 60 and 8E. RGB value is (189,96,142). Sum of RGB (Red+Green+Blue) = 189+96+142=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD608E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD608E is #429F71. Grayscale: #808080. Windows color (decimal): -4366194 or 9330877. OLE color: 9330877.

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

Color convert

RGB18996142-
CMYK00.490.250.26
HSL330.32º41.33%55.88%-
HSV(B)330.32º49.21%74.12%-
XYZ30.0521.1428.09-
YUV129.05135.31170.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 96 (37.89% from 255) = 22.48%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=44.26%
G=22.48%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899614200.490.250.26330.3241.3355.88
HexBD608E031191A14a2938
Octal27514021606131325125170
Binary1011110111000001000111001100011100111010101001010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD608E; }

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

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

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

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

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

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

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

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