Html Css Color HEX #B45691 Mulberry

📋 copy color: '#B45691'

red 180 ◦ green 86 ◦ blue 145

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

Shades of Mulberry #B45691

Tints of Mulberry #B45691

RGB

 RED value IS 180 (70.7% from 255) = 43.8%

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

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

R = 43.8%
G = 20.92%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B45691 (or 0xB45691) is known color: Mulberry. HEX triplet: B4, 56 and 91. RGB value is (180,86,145). Sum of RGB (Red+Green+Blue) = 180+86+145=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B45691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45691 is #4BA96E. Grayscale: #787878. Windows color (decimal): -4958575 or 9524916. OLE color: 9524916.

HSL color Cylindrical-coordinate representation of color #B45691: hue angle of 322.34º 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 #B45691 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 86 145 -
CMYK 0 0.52 0.19 0.29
HSL 322.34º 0.39% 0.52% -
HSV(B) 322.34º 0.52% 0.71% -
XYZ 27.26 18.4 28.9 -
YUV 120.83 141.64 170.2 -
System Red Green Blue C M Y K H S L
Decimal 180 86 145 0 0.52 0.19 0.29 322.34 0.39 0.52
Hex B4 56 91 0 34 13 1D 142 27 34
Octal 264 126 221 0 64 23 35 502 47 64
Binary 10110100 1010110 10010001 0 110100 10011 11101 101000010 100111 110100

Color Harmonies of #B45691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45691

Black with #B45691

Text Example


Text Example

White with #B45691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45691; }

 p { color: rgb(180,86,145); }

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

background-color css

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

 a { background-color: rgb(180,86,145); }

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

border-color css

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

 span { border-color: rgb(180,86,145); }

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