Html Css Color HEX #B45A98 Mulberry

📋 copy color: '#B45A98'

red 180 ◦ green 90 ◦ blue 152

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

Shades of Mulberry #B45A98

Tints of Mulberry #B45A98

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.33%

 BLUE value IS 152 (59.77% from 255) = 36.02%

R = 42.65%
G = 21.33%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B45A98 (or 0xB45A98) is known color: Mulberry. HEX triplet: B4, 5A and 98. RGB value is (180,90,152). Sum of RGB (Red+Green+Blue) = 180+90+152=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45A98 is #4BA567. Grayscale: #7B7B7B. Windows color (decimal): -4957544 or 9984692. OLE color: 9984692.

HSL color Cylindrical-coordinate representation of color #B45A98: hue angle of 318.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45A98 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 90 152 -
CMYK 0 0.50 0.16 0.29
HSL 318.67º 0.38% 0.53% -
HSV(B) 318.67º 0.5% 0.71% -
XYZ 28.15 19.28 31.94 -
YUV 123.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 180 90 152 0 0.50 0.16 0.29 318.67 0.38 0.53
Hex B4 5A 98 0 32 10 1D 13F 26 35
Octal 264 132 230 0 62 20 35 477 46 65
Binary 10110100 1011010 10011000 0 110010 10000 11101 100111111 100110 110101

Color Harmonies of #B45A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45A98

Black with #B45A98

Text Example


Text Example

White with #B45A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45A98; }

 p { color: rgb(180,90,152); }

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

background-color css

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

 a { background-color: rgb(180,90,152); }

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

border-color css

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

 span { border-color: rgb(180,90,152); }

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