Html Css Color HEX #B54691 Mulberry

📋 copy color: '#B54691'

red 181 ◦ green 70 ◦ blue 145

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

Shades of Mulberry #B54691

Tints of Mulberry #B54691

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.68%

 BLUE value IS 145 (57.03% from 255) = 36.62%

R = 45.71%
G = 17.68%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B54691 (or 0xB54691) is known color: Mulberry. HEX triplet: B5, 46 and 91. RGB value is (181,70,145). Sum of RGB (Red+Green+Blue) = 181+70+145=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B54691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54691 is #4AB96E. Grayscale: #6F6F6F. Windows color (decimal): -4897135 or 9520821. OLE color: 9520821.

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

Color convert

RGB 181 70 145 -
CMYK 0 0.61 0.20 0.29
HSL 319.46º 0.44% 0.49% -
HSV(B) 319.46º 0.61% 0.71% -
XYZ 26.36 16.25 28.54 -
YUV 111.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 181 70 145 0 0.61 0.20 0.29 319.46 0.44 0.49
Hex B5 46 91 0 3D 14 1D 13F 2C 31
Octal 265 106 221 0 75 24 35 477 54 61
Binary 10110101 1000110 10010001 0 111101 10100 11101 100111111 101100 110001

Color Harmonies of #B54691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54691

Black with #B54691

Text Example


Text Example

White with #B54691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54691; }

 p { color: rgb(181,70,145); }

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

background-color css

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

 a { background-color: rgb(181,70,145); }

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

border-color css

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

 span { border-color: rgb(181,70,145); }

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