#BF61A3

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

Shades of Mulberry #BF61A3

Tints of Mulberry #BF61A3

Color information

#BF61A3 (or 0xBF61A3) is unknown color: approx Mulberry. HEX triplet: BF, 61 and A3. RGB value is (191,97,163). Sum of RGB (Red+Green+Blue) = 191+97+163=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 163 (64.06% from 255 or 36.14% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF61A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF61A3 is #409E5C. Grayscale: #848484. Windows color (decimal): -4234845 or 10707391. OLE color: 10707391.

HSL color Cylindrical-coordinate representation of color #BF61A3: hue angle of 317.87º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF61A3 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19197163-
CMYK00.490.150.25
HSL317.87º42.34%56.47%-
HSV(B)317.87º49.21%74.9%-
XYZ32.3722.2737.24-
YUV132.63145.14169.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 97 (38.28% from 255) = 21.51%
BLUE value IS 163 (64.06% from 255) = 36.14%
R=42.35%
G=21.51%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919716300.490.150.25317.8742.3456.47
HexBF61A3031F1913e2a38
Octal27714124306117314765270
Binary101111111100001101000110110001111111001100111110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF61A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF61A3; }

 p { color: rgb(191,97,163); }

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

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

 a { background-color: rgb(191,97,163); }

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

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

 span { border-color: rgb(191,97,163); }

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