Html Css Color HEX #B55A8F Mulberry

📋 copy color: '#B55A8F'

red 181 ◦ green 90 ◦ blue 143

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

Shades of Mulberry #B55A8F

Tints of Mulberry #B55A8F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.74%

 BLUE value IS 143 (56.25% from 255) = 34.54%

R = 43.72%
G = 21.74%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B55A8F (or 0xB55A8F) is known color: Mulberry. HEX triplet: B5, 5A and 8F. RGB value is (181,90,143). Sum of RGB (Red+Green+Blue) = 181+90+143=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55A8F is #4AA570. Grayscale: #7B7B7B. Windows color (decimal): -4892017 or 9394869. OLE color: 9394869.

HSL color Cylindrical-coordinate representation of color #B55A8F: hue angle of 325.05º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55A8F is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 90 143 -
CMYK 0 0.50 0.21 0.29
HSL 325.05º 0.38% 0.53% -
HSV(B) 325.05º 0.5% 0.71% -
XYZ 27.67 19.12 28.22 -
YUV 123.25 139.15 169.19 -
System Red Green Blue C M Y K H S L
Decimal 181 90 143 0 0.50 0.21 0.29 325.05 0.38 0.53
Hex B5 5A 8F 0 32 15 1D 145 26 35
Octal 265 132 217 0 62 25 35 505 46 65
Binary 10110101 1011010 10001111 0 110010 10101 11101 101000101 100110 110101

Color Harmonies of #B55A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55A8F

Black with #B55A8F

Text Example


Text Example

White with #B55A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55A8F; }

 p { color: rgb(181,90,143); }

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

background-color css

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

 a { background-color: rgb(181,90,143); }

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

border-color css

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

 span { border-color: rgb(181,90,143); }

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