#BD619B

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

Shades of Mulberry #BD619B

Tints of Mulberry #BD619B

Color information

#BD619B (or 0xBD619B) is unknown color: approx Mulberry. HEX triplet: BD, 61 and 9B. RGB value is (189,97,155). Sum of RGB (Red+Green+Blue) = 189+97+155=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD619B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD619B is #429E64. Grayscale: #828282. Windows color (decimal): -4365925 or 10183101. OLE color: 10183101.

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

Color convert

RGB18997155-
CMYK00.490.180.26
HSL322.17º41.07%56.08%-
HSV(B)322.17º48.68%74.12%-
XYZ31.1821.7333.56-
YUV131.12141.48169.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 155 (60.94% from 255) = 35.15%
R=42.86%
G=22.00%
B=35.15%

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
Decimal1899715500.490.180.26322.1741.0756.08
HexBD619B031121A1422938
Octal27514123306122325025170
Binary1011110111000011001101101100011001011010101000010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD619B; }

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

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

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

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

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

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

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

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