Html Css Color HEX #B54794 Mulberry

📋 copy color: '#B54794'

red 181 ◦ green 71 ◦ blue 148

#B54794
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #B54794

Tints of Mulberry #B54794

RGB

 RED value IS 181 (71.09% from 255) = 45.25%

 GREEN value IS 71 (28.13% from 255) = 17.75%

 BLUE value IS 148 (58.2% from 255) = 37%

R = 45.25%
G = 17.75%
B = 37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B54794 (or 0xB54794) is known color: Mulberry. HEX triplet: B5, 47 and 94. RGB value is (181,71,148). Sum of RGB (Red+Green+Blue) = 181+71+148=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B54794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54794 is #4AB86B. Grayscale: #707070. Windows color (decimal): -4896876 or 9717685. OLE color: 9717685.

HSL color Cylindrical-coordinate representation of color #B54794: hue angle of 318º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54794 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 71 148 -
CMYK 0 0.61 0.18 0.29
HSL 318º 0.44% 0.49% -
HSV(B) 318º 0.61% 0.71% -
XYZ 26.65 16.47 29.79 -
YUV 112.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 181 71 148 0 0.61 0.18 0.29 318 0.44 0.49
Hex B5 47 94 0 3D 12 1D 13E 2C 31
Octal 265 107 224 0 75 22 35 476 54 61
Binary 10110101 1000111 10010100 0 111101 10010 11101 100111110 101100 110001

Color Harmonies of #B54794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54794

Black with #B54794

Text Example


Text Example

White with #B54794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54794; }

 p { color: rgb(181,71,148); }

 H1.HeaderClassName
 {
   color: #B54794;
 }
 .AnyTagClassName
 {
   color: #B54794;
 }
</style>

background-color css

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

 a { background-color: rgb(181,71,148); }

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

border-color css

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

 span { border-color: rgb(181,71,148); }

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