Html Css Color HEX #B45394 Mulberry

📋 copy color: '#B45394'

red 180 ◦ green 83 ◦ blue 148

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

Shades of Mulberry #B45394

Tints of Mulberry #B45394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.19%

 BLUE value IS 148 (58.2% from 255) = 36.01%

R = 43.8%
G = 20.19%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B45394 (or 0xB45394) is known color: Mulberry. HEX triplet: B4, 53 and 94. RGB value is (180,83,148). Sum of RGB (Red+Green+Blue) = 180+83+148=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B45394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45394 is #4BAC6B. Grayscale: #777777. Windows color (decimal): -4959340 or 9720756. OLE color: 9720756.

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

Color convert

RGB 180 83 148 -
CMYK 0 0.54 0.18 0.29
HSL 319.79º 0.39% 0.52% -
HSV(B) 319.79º 0.54% 0.71% -
XYZ 27.26 18.03 30.06 -
YUV 119.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 180 83 148 0 0.54 0.18 0.29 319.79 0.39 0.52
Hex B4 53 94 0 36 12 1D 140 27 34
Octal 264 123 224 0 66 22 35 500 47 64
Binary 10110100 1010011 10010100 0 110110 10010 11101 101000000 100111 110100

Color Harmonies of #B45394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45394

Black with #B45394

Text Example


Text Example

White with #B45394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45394; }

 p { color: rgb(180,83,148); }

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

background-color css

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

 a { background-color: rgb(180,83,148); }

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

border-color css

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

 span { border-color: rgb(180,83,148); }

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