Html Css Color HEX #B5529A Mulberry

📋 copy color: '#B5529A'

red 181 ◦ green 82 ◦ blue 154

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

Shades of Mulberry #B5529A

Tints of Mulberry #B5529A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.66%

 BLUE value IS 154 (60.55% from 255) = 36.93%

R = 43.41%
G = 19.66%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5529A (or 0xB5529A) is known color: Mulberry. HEX triplet: B5, 52 and 9A. RGB value is (181,82,154). Sum of RGB (Red+Green+Blue) = 181+82+154=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B5529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5529A is #4AAD65. Grayscale: #777777. Windows color (decimal): -4894054 or 10113717. OLE color: 10113717.

HSL color Cylindrical-coordinate representation of color #B5529A: hue angle of 316.36º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5529A is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 82 154 -
CMYK 0 0.55 0.15 0.29
HSL 316.36º 0.4% 0.52% -
HSV(B) 316.36º 0.55% 0.71% -
XYZ 27.91 18.19 32.61 -
YUV 119.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 181 82 154 0 0.55 0.15 0.29 316.36 0.4 0.52
Hex B5 52 9A 0 37 F 1D 13C 28 34
Octal 265 122 232 0 67 17 35 474 50 64
Binary 10110101 1010010 10011010 0 110111 1111 11101 100111100 101000 110100

Color Harmonies of #B5529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5529A

Black with #B5529A

Text Example


Text Example

White with #B5529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5529A; }

 p { color: rgb(181,82,154); }

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

background-color css

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

 a { background-color: rgb(181,82,154); }

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

border-color css

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

 span { border-color: rgb(181,82,154); }

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