#BF4B9E

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

Shades of Mulberry #BF4B9E

Tints of Mulberry #BF4B9E

Color information

#BF4B9E (or 0xBF4B9E) is unknown color: approx Mulberry. HEX triplet: BF, 4B and 9E. RGB value is (191,75,158). Sum of RGB (Red+Green+Blue) = 191+75+158=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4B9E is #40B461. Grayscale: #767676. Windows color (decimal): -4240482 or 10374079. OLE color: 10374079.

HSL color Cylindrical-coordinate representation of color #BF4B9E: hue angle of 317.07º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4B9E is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB19175158-
CMYK00.610.170.25
HSL317.07º47.54%52.16%-
HSV(B)317.07º60.73%74.9%-
XYZ30.1718.5834.34-
YUV119.15149.93179.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 75 (29.69% from 255) = 17.69%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=45.05%
G=17.69%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917515800.610.170.25317.0747.5452.16
HexBF4B9E03D111913d3034
Octal27711323607521314756064
Binary1011111110010111001111001111011000111001100111101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B9E; }

 p { color: rgb(191,75,158); }

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

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

 a { background-color: rgb(191,75,158); }

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

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

 span { border-color: rgb(191,75,158); }

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