#BD4F94

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

Shades of Mulberry #BD4F94

Tints of Mulberry #BD4F94

Color information

#BD4F94 (or 0xBD4F94) is unknown color: approx Mulberry. HEX triplet: BD, 4F and 94. RGB value is (189,79,148). Sum of RGB (Red+Green+Blue) = 189+79+148=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4F94 is #42B06B. Grayscale: #777777. Windows color (decimal): -4370540 or 9719741. OLE color: 9719741.

HSL color Cylindrical-coordinate representation of color #BD4F94: hue angle of 322.36º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD4F94 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB18979148-
CMYK00.580.220.26
HSL322.36º45.45%52.55%-
HSV(B)322.36º58.2%74.12%-
XYZ29.1318.5530.06-
YUV119.76143.94177.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.43%
GREEN value IS 79 (31.25% from 255) = 18.99%
BLUE value IS 148 (58.20% from 255) = 35.58%
R=45.43%
G=18.99%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897914800.580.220.26322.3645.4552.55
HexBD4F9403A161A1422d35
Octal27511722407226325025565
Binary1011110110011111001010001110101011011010101000010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4F94; }

 p { color: rgb(189,79,148); }

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

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

 a { background-color: rgb(189,79,148); }

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

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

 span { border-color: rgb(189,79,148); }

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