Html Css Color HEX #B45F8D Mulberry

📋 copy color: '#B45F8D'

red 180 ◦ green 95 ◦ blue 141

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

Shades of Mulberry #B45F8D

Tints of Mulberry #B45F8D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.84%

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

R = 43.27%
G = 22.84%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B45F8D (or 0xB45F8D) is known color: Mulberry. HEX triplet: B4, 5F and 8D. RGB value is (180,95,141). Sum of RGB (Red+Green+Blue) = 180+95+141=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45F8D is #4BA072. Grayscale: #7D7D7D. Windows color (decimal): -4956275 or 9265076. OLE color: 9265076.

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

Color convert

RGB 180 95 141 -
CMYK 0 0.47 0.22 0.29
HSL 327.53º 0.36% 0.54% -
HSV(B) 327.53º 0.47% 0.71% -
XYZ 27.72 19.81 27.56 -
YUV 125.66 136.66 166.76 -
System Red Green Blue C M Y K H S L
Decimal 180 95 141 0 0.47 0.22 0.29 327.53 0.36 0.54
Hex B4 5F 8D 0 2F 16 1D 148 24 36
Octal 264 137 215 0 57 26 35 510 44 66
Binary 10110100 1011111 10001101 0 101111 10110 11101 101001000 100100 110110

Color Harmonies of #B45F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45F8D

Black with #B45F8D

Text Example


Text Example

White with #B45F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45F8D; }

 p { color: rgb(180,95,141); }

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

background-color css

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

 a { background-color: rgb(180,95,141); }

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

border-color css

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

 span { border-color: rgb(180,95,141); }

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