Html Css Color HEX #B54E94 Mulberry

📋 copy color: '#B54E94'

red 181 ◦ green 78 ◦ blue 148

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

Shades of Mulberry #B54E94

Tints of Mulberry #B54E94

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.16%

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

R = 44.47%
G = 19.16%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B54E94 (or 0xB54E94) is known color: Mulberry. HEX triplet: B5, 4E and 94. RGB value is (181,78,148). Sum of RGB (Red+Green+Blue) = 181+78+148=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B54E94 is #4AB16B. Grayscale: #747474. Windows color (decimal): -4895084 or 9719477. OLE color: 9719477.

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

Color convert

RGB 181 78 148 -
CMYK 0 0.57 0.18 0.29
HSL 319.22º 0.41% 0.51% -
HSV(B) 319.22º 0.57% 0.71% -
XYZ 27.13 17.41 29.95 -
YUV 116.78 145.62 173.81 -
System Red Green Blue C M Y K H S L
Decimal 181 78 148 0 0.57 0.18 0.29 319.22 0.41 0.51
Hex B5 4E 94 0 39 12 1D 13F 29 33
Octal 265 116 224 0 71 22 35 477 51 63
Binary 10110101 1001110 10010100 0 111001 10010 11101 100111111 101001 110011

Color Harmonies of #B54E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54E94

Black with #B54E94

Text Example


Text Example

White with #B54E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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