Html Css Color HEX #B54492 Mulberry

📋 copy color: '#B54492'

red 181 ◦ green 68 ◦ blue 146

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

Shades of Mulberry #B54492

Tints of Mulberry #B54492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.22%

 BLUE value IS 146 (57.42% from 255) = 36.96%

R = 45.82%
G = 17.22%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B54492 (or 0xB54492) is known color: Mulberry. HEX triplet: B5, 44 and 92. RGB value is (181,68,146). Sum of RGB (Red+Green+Blue) = 181+68+146=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B54492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54492 is #4ABB6D. Grayscale: #6E6E6E. Windows color (decimal): -4897646 or 9585845. OLE color: 9585845.

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

Color convert

RGB 181 68 146 -
CMYK 0 0.62 0.19 0.29
HSL 318.58º 0.45% 0.49% -
HSV(B) 318.58º 0.62% 0.71% -
XYZ 26.31 16.03 28.9 -
YUV 110.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 181 68 146 0 0.62 0.19 0.29 318.58 0.45 0.49
Hex B5 44 92 0 3E 13 1D 13F 2D 31
Octal 265 104 222 0 76 23 35 477 55 61
Binary 10110101 1000100 10010010 0 111110 10011 11101 100111111 101101 110001

Color Harmonies of #B54492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54492

Black with #B54492

Text Example


Text Example

White with #B54492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54492; }

 p { color: rgb(181,68,146); }

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

background-color css

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

 a { background-color: rgb(181,68,146); }

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

border-color css

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

 span { border-color: rgb(181,68,146); }

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