#BD608F

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

Shades of Mulberry #BD608F

Tints of Mulberry #BD608F

Color information

#BD608F (or 0xBD608F) is unknown color: approx Mulberry. HEX triplet: BD, 60 and 8F. RGB value is (189,96,143). Sum of RGB (Red+Green+Blue) = 189+96+143=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD608F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD608F is #429F70. Grayscale: #818181. Windows color (decimal): -4366193 or 9396413. OLE color: 9396413.

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

Color convert

RGB18996143-
CMYK00.490.240.26
HSL329.68º41.33%55.88%-
HSV(B)329.68º49.21%74.12%-
XYZ30.1321.1728.48-
YUV129.16135.81170.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.16%
GREEN value IS 96 (37.89% from 255) = 22.43%
BLUE value IS 143 (56.25% from 255) = 33.41%
R=44.16%
G=22.43%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899614300.490.240.26329.6841.3355.88
HexBD608F031181A14a2938
Octal27514021706130325125170
Binary1011110111000001000111101100011100011010101001010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD608F; }

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

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

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

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

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

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

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

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