Html Css Color HEX #B54594 Mulberry

📋 copy color: '#B54594'

red 181 ◦ green 69 ◦ blue 148

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

Shades of Mulberry #B54594

Tints of Mulberry #B54594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.34%

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

R = 45.48%
G = 17.34%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B54594 (or 0xB54594) is known color: Mulberry. HEX triplet: B5, 45 and 94. RGB value is (181,69,148). Sum of RGB (Red+Green+Blue) = 181+69+148=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B54594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54594 is #4ABA6B. Grayscale: #6F6F6F. Windows color (decimal): -4897388 or 9717173. OLE color: 9717173.

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

Color convert

RGB 181 69 148 -
CMYK 0 0.62 0.18 0.29
HSL 317.68º 0.45% 0.49% -
HSV(B) 317.68º 0.62% 0.71% -
XYZ 26.53 16.22 29.75 -
YUV 111.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 181 69 148 0 0.62 0.18 0.29 317.68 0.45 0.49
Hex B5 45 94 0 3E 12 1D 13E 2D 31
Octal 265 105 224 0 76 22 35 476 55 61
Binary 10110101 1000101 10010100 0 111110 10010 11101 100111110 101101 110001

Color Harmonies of #B54594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54594

Black with #B54594

Text Example


Text Example

White with #B54594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54594; }

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

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

background-color css

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

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

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

border-color css

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

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

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