Html Css Color HEX #B45485 Mulberry

📋 copy color: '#B45485'

red 180 ◦ green 84 ◦ blue 133

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

Shades of Mulberry #B45485

Tints of Mulberry #B45485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.16%

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 45.34%
G = 21.16%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B45485 (or 0xB45485) is known color: Mulberry. HEX triplet: B4, 54 and 85. RGB value is (180,84,133). Sum of RGB (Red+Green+Blue) = 180+84+133=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B45485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45485 is #4BAB7A. Grayscale: #767676. Windows color (decimal): -4959099 or 8737972. OLE color: 8737972.

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

Color convert

RGB 180 84 133 -
CMYK 0 0.53 0.26 0.29
HSL 329.38º 0.39% 0.52% -
HSV(B) 329.38º 0.53% 0.71% -
XYZ 26.23 17.74 24.23 -
YUV 118.29 136.3 172.02 -
System Red Green Blue C M Y K H S L
Decimal 180 84 133 0 0.53 0.26 0.29 329.38 0.39 0.52
Hex B4 54 85 0 35 1A 1D 149 27 34
Octal 264 124 205 0 65 32 35 511 47 64
Binary 10110100 1010100 10000101 0 110101 11010 11101 101001001 100111 110100

Color Harmonies of #B45485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45485

Black with #B45485

Text Example


Text Example

White with #B45485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45485; }

 p { color: rgb(180,84,133); }

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

background-color css

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

 a { background-color: rgb(180,84,133); }

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

border-color css

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

 span { border-color: rgb(180,84,133); }

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