Html Css Color HEX #B45A9B Mulberry

📋 copy color: '#B45A9B'

red 180 ◦ green 90 ◦ blue 155

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

Shades of Mulberry #B45A9B

Tints of Mulberry #B45A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.47%

R = 42.35%
G = 21.18%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B45A9B (or 0xB45A9B) is known color: Mulberry. HEX triplet: B4, 5A and 9B. RGB value is (180,90,155). Sum of RGB (Red+Green+Blue) = 180+90+155=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45A9B is #4BA564. Grayscale: #7C7C7C. Windows color (decimal): -4957541 or 10181300. OLE color: 10181300.

HSL color Cylindrical-coordinate representation of color #B45A9B: hue angle of 316.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 #B45A9B is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 90 155 -
CMYK 0 0.50 0.14 0.29
HSL 316.67º 0.38% 0.53% -
HSV(B) 316.67º 0.5% 0.71% -
XYZ 28.39 19.38 33.25 -
YUV 124.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 180 90 155 0 0.50 0.14 0.29 316.67 0.38 0.53
Hex B4 5A 9B 0 32 E 1D 13D 26 35
Octal 264 132 233 0 62 16 35 475 46 65
Binary 10110100 1011010 10011011 0 110010 1110 11101 100111101 100110 110101

Color Harmonies of #B45A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45A9B

Black with #B45A9B

Text Example


Text Example

White with #B45A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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