Html Css Color HEX #B45493 Mulberry

📋 copy color: '#B45493'

red 180 ◦ green 84 ◦ blue 147

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

Shades of Mulberry #B45493

Tints of Mulberry #B45493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.77%

R = 43.8%
G = 20.44%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B45493 (or 0xB45493) is known color: Mulberry. HEX triplet: B4, 54 and 93. RGB value is (180,84,147). Sum of RGB (Red+Green+Blue) = 180+84+147=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B45493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45493 is #4BAB6C. Grayscale: #777777. Windows color (decimal): -4959085 or 9655476. OLE color: 9655476.

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

Color convert

RGB 180 84 147 -
CMYK 0 0.53 0.18 0.29
HSL 320.63º 0.39% 0.52% -
HSV(B) 320.63º 0.53% 0.71% -
XYZ 27.26 18.15 29.67 -
YUV 119.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 180 84 147 0 0.53 0.18 0.29 320.63 0.39 0.52
Hex B4 54 93 0 35 12 1D 141 27 34
Octal 264 124 223 0 65 22 35 501 47 64
Binary 10110100 1010100 10010011 0 110101 10010 11101 101000001 100111 110100

Color Harmonies of #B45493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45493

Black with #B45493

Text Example


Text Example

White with #B45493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45493; }

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

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

background-color css

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

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

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

border-color css

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

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

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