Html Css Color HEX #B45E8F Mulberry

📋 copy color: '#B45E8F'

red 180 ◦ green 94 ◦ blue 143

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

Shades of Mulberry #B45E8F

Tints of Mulberry #B45E8F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.54%

 BLUE value IS 143 (56.25% from 255) = 34.29%

R = 43.17%
G = 22.54%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B45E8F (or 0xB45E8F) is known color: Mulberry. HEX triplet: B4, 5E and 8F. RGB value is (180,94,143). Sum of RGB (Red+Green+Blue) = 180+94+143=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45E8F is #4BA170. Grayscale: #7D7D7D. Windows color (decimal): -4956529 or 9395892. OLE color: 9395892.

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

Color convert

RGB 180 94 143 -
CMYK 0 0.48 0.21 0.29
HSL 325.81º 0.36% 0.54% -
HSV(B) 325.81º 0.48% 0.71% -
XYZ 27.78 19.69 28.32 -
YUV 125.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 180 94 143 0 0.48 0.21 0.29 325.81 0.36 0.54
Hex B4 5E 8F 0 30 15 1D 146 24 36
Octal 264 136 217 0 60 25 35 506 44 66
Binary 10110100 1011110 10001111 0 110000 10101 11101 101000110 100100 110110

Color Harmonies of #B45E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45E8F

Black with #B45E8F

Text Example


Text Example

White with #B45E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45E8F; }

 p { color: rgb(180,94,143); }

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

background-color css

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

 a { background-color: rgb(180,94,143); }

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

border-color css

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

 span { border-color: rgb(180,94,143); }

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