Html Css Color HEX #B5469A Mulberry

📋 copy color: '#B5469A'

red 181 ◦ green 70 ◦ blue 154

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

Shades of Mulberry #B5469A

Tints of Mulberry #B5469A

RGB

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

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

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

R = 44.69%
G = 17.28%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5469A (or 0xB5469A) is known color: Mulberry. HEX triplet: B5, 46 and 9A. RGB value is (181,70,154). Sum of RGB (Red+Green+Blue) = 181+70+154=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 181 - color contains mainly: red. Hex color #B5469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5469A is #4AB965. Grayscale: #707070. Windows color (decimal): -4897126 or 10110645. OLE color: 10110645.

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

Color convert

RGB 181 70 154 -
CMYK 0 0.61 0.15 0.29
HSL 314.59º 0.44% 0.49% -
HSV(B) 314.59º 0.61% 0.71% -
XYZ 27.08 16.54 32.34 -
YUV 112.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 181 70 154 0 0.61 0.15 0.29 314.59 0.44 0.49
Hex B5 46 9A 0 3D F 1D 13B 2C 31
Octal 265 106 232 0 75 17 35 473 54 61
Binary 10110101 1000110 10011010 0 111101 1111 11101 100111011 101100 110001

Color Harmonies of #B5469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5469A

Black with #B5469A

Text Example


Text Example

White with #B5469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5469A; }

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

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

background-color css

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

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

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

border-color css

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

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

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