Html Css Color HEX #B5569B Mulberry

📋 copy color: '#B5569B'

red 181 ◦ green 86 ◦ blue 155

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

Shades of Mulberry #B5569B

Tints of Mulberry #B5569B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.38%

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 42.89%
G = 20.38%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5569B (or 0xB5569B) is known color: Mulberry. HEX triplet: B5, 56 and 9B. RGB value is (181,86,155). Sum of RGB (Red+Green+Blue) = 181+86+155=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B5569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5569B is #4AA964. Grayscale: #7A7A7A. Windows color (decimal): -4893029 or 10180277. OLE color: 10180277.

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

Color convert

RGB 181 86 155 -
CMYK 0 0.52 0.14 0.29
HSL 316.42º 0.39% 0.52% -
HSV(B) 316.42º 0.52% 0.71% -
XYZ 28.3 18.85 33.16 -
YUV 122.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 181 86 155 0 0.52 0.14 0.29 316.42 0.39 0.52
Hex B5 56 9B 0 34 E 1D 13C 27 34
Octal 265 126 233 0 64 16 35 474 47 64
Binary 10110101 1010110 10011011 0 110100 1110 11101 100111100 100111 110100

Color Harmonies of #B5569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5569B

Black with #B5569B

Text Example


Text Example

White with #B5569B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5569B; }

 p { color: rgb(181,86,155); }

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

background-color css

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

 a { background-color: rgb(181,86,155); }

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

border-color css

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

 span { border-color: rgb(181,86,155); }

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