Html Css Color HEX #B5458D Mulberry

📋 copy color: '#B5458D'

red 181 ◦ green 69 ◦ blue 141

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

Shades of Mulberry #B5458D

Tints of Mulberry #B5458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.65%

 BLUE value IS 141 (55.47% from 255) = 36.06%

R = 46.29%
G = 17.65%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5458D (or 0xB5458D) is known color: Mulberry. HEX triplet: B5, 45 and 8D. RGB value is (181,69,141). Sum of RGB (Red+Green+Blue) = 181+69+141=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5458D is #4ABA72. Grayscale: #6E6E6E. Windows color (decimal): -4897395 or 9258421. OLE color: 9258421.

HSL color Cylindrical-coordinate representation of color #B5458D: hue angle of 321.43º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5458D is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 69 141 -
CMYK 0 0.62 0.22 0.29
HSL 321.43º 0.45% 0.49% -
HSV(B) 321.43º 0.62% 0.71% -
XYZ 25.99 16 26.92 -
YUV 110.7 145.11 178.15 -
System Red Green Blue C M Y K H S L
Decimal 181 69 141 0 0.62 0.22 0.29 321.43 0.45 0.49
Hex B5 45 8D 0 3E 16 1D 141 2D 31
Octal 265 105 215 0 76 26 35 501 55 61
Binary 10110101 1000101 10001101 0 111110 10110 11101 101000001 101101 110001

Color Harmonies of #B5458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5458D

Black with #B5458D

Text Example


Text Example

White with #B5458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5458D; }

 p { color: rgb(181,69,141); }

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

background-color css

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

 a { background-color: rgb(181,69,141); }

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

border-color css

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

 span { border-color: rgb(181,69,141); }

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