Html Css Color HEX #B5609A Mulberry

📋 copy color: '#B5609A'

red 181 ◦ green 96 ◦ blue 154

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

Shades of Mulberry #B5609A

Tints of Mulberry #B5609A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.27%

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

R = 42%
G = 22.27%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B5609A (or 0xB5609A) is known color: Mulberry. HEX triplet: B5, 60 and 9A. RGB value is (181,96,154). Sum of RGB (Red+Green+Blue) = 181+96+154=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B5609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5609A is #4A9F65. Grayscale: #7F7F7F. Windows color (decimal): -4890470 or 10117301. OLE color: 10117301.

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

Color convert

RGB 181 96 154 -
CMYK 0 0.47 0.15 0.29
HSL 319.06º 0.36% 0.54% -
HSV(B) 319.06º 0.47% 0.71% -
XYZ 29.07 20.52 33 -
YUV 128.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 181 96 154 0 0.47 0.15 0.29 319.06 0.36 0.54
Hex B5 60 9A 0 2F F 1D 13F 24 36
Octal 265 140 232 0 57 17 35 477 44 66
Binary 10110101 1100000 10011010 0 101111 1111 11101 100111111 100100 110110

Color Harmonies of #B5609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5609A

Black with #B5609A

Text Example


Text Example

White with #B5609A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5609A; }

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

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

background-color css

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

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

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

border-color css

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

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

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