Html Css Color HEX #B54495 Mulberry

📋 copy color: '#B54495'

red 181 ◦ green 68 ◦ blue 149

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

Shades of Mulberry #B54495

Tints of Mulberry #B54495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.44%

R = 45.48%
G = 17.09%
B = 37.44%

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

#B54495 (or 0xB54495) is known color: Mulberry. HEX triplet: B5, 44 and 95. RGB value is (181,68,149). Sum of RGB (Red+Green+Blue) = 181+68+149=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B54495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54495 is #4ABB6A. Grayscale: #6E6E6E. Windows color (decimal): -4897643 or 9782453. OLE color: 9782453.

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

Color convert

RGB 181 68 149 -
CMYK 0 0.62 0.18 0.29
HSL 316.99º 0.45% 0.49% -
HSV(B) 316.99º 0.62% 0.71% -
XYZ 26.55 16.13 30.15 -
YUV 111.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 181 68 149 0 0.62 0.18 0.29 316.99 0.45 0.49
Hex B5 44 95 0 3E 12 1D 13D 2D 31
Octal 265 104 225 0 76 22 35 475 55 61
Binary 10110101 1000100 10010101 0 111110 10010 11101 100111101 101101 110001

Color Harmonies of #B54495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54495

Black with #B54495

Text Example


Text Example

White with #B54495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54495; }

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

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

background-color css

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

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

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

border-color css

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

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

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