Html Css Color HEX #B5509E Mulberry

📋 copy color: '#B5509E'

red 181 ◦ green 80 ◦ blue 158

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

Shades of Mulberry #B5509E

Tints of Mulberry #B5509E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.09%

 BLUE value IS 158 (62.11% from 255) = 37.71%

R = 43.2%
G = 19.09%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5509E (or 0xB5509E) is known color: Mulberry. HEX triplet: B5, 50 and 9E. RGB value is (181,80,158). Sum of RGB (Red+Green+Blue) = 181+80+158=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5509E is #4AAF61. Grayscale: #767676. Windows color (decimal): -4894562 or 10375349. OLE color: 10375349.

HSL color Cylindrical-coordinate representation of color #B5509E: hue angle of 313.66º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5509E is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 80 158 -
CMYK 0 0.56 0.13 0.29
HSL 313.66º 0.41% 0.51% -
HSV(B) 313.66º 0.56% 0.71% -
XYZ 28.1 18.03 34.35 -
YUV 119.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 181 80 158 0 0.56 0.13 0.29 313.66 0.41 0.51
Hex B5 50 9E 0 38 D 1D 13A 29 33
Octal 265 120 236 0 70 15 35 472 51 63
Binary 10110101 1010000 10011110 0 111000 1101 11101 100111010 101001 110011

Color Harmonies of #B5509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5509E

Black with #B5509E

Text Example


Text Example

White with #B5509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5509E; }

 p { color: rgb(181,80,158); }

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

background-color css

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

 a { background-color: rgb(181,80,158); }

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

border-color css

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

 span { border-color: rgb(181,80,158); }

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