Html Css Color HEX #B54694 Mulberry

📋 copy color: '#B54694'

red 181 ◦ green 70 ◦ blue 148

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

Shades of Mulberry #B54694

Tints of Mulberry #B54694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.54%

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

R = 45.36%
G = 17.54%
B = 37.09%

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

#B54694 (or 0xB54694) is known color: Mulberry. HEX triplet: B5, 46 and 94. RGB value is (181,70,148). Sum of RGB (Red+Green+Blue) = 181+70+148=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B54694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54694 is #4AB96B. Grayscale: #6F6F6F. Windows color (decimal): -4897132 or 9717429. OLE color: 9717429.

HSL color Cylindrical-coordinate representation of color #B54694: hue angle of 317.84º 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 #B54694 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 70 148 -
CMYK 0 0.61 0.18 0.29
HSL 317.84º 0.44% 0.49% -
HSV(B) 317.84º 0.61% 0.71% -
XYZ 26.59 16.34 29.77 -
YUV 112.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 181 70 148 0 0.61 0.18 0.29 317.84 0.44 0.49
Hex B5 46 94 0 3D 12 1D 13E 2C 31
Octal 265 106 224 0 75 22 35 476 54 61
Binary 10110101 1000110 10010100 0 111101 10010 11101 100111110 101100 110001

Color Harmonies of #B54694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54694

Black with #B54694

Text Example


Text Example

White with #B54694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54694; }

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

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

background-color css

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

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

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

border-color css

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

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

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