Html Css Color HEX #B45B9B Mulberry

📋 copy color: '#B45B9B'

red 180 ◦ green 91 ◦ blue 155

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

Shades of Mulberry #B45B9B

Tints of Mulberry #B45B9B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.36%

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

R = 42.25%
G = 21.36%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B45B9B (or 0xB45B9B) is known color: Mulberry. HEX triplet: B4, 5B and 9B. RGB value is (180,91,155). Sum of RGB (Red+Green+Blue) = 180+91+155=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45B9B is #4BA464. Grayscale: #7C7C7C. Windows color (decimal): -4957285 or 10181556. OLE color: 10181556.

HSL color Cylindrical-coordinate representation of color #B45B9B: hue angle of 316.85º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45B9B is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 91 155 -
CMYK 0 0.49 0.14 0.29
HSL 316.85º 0.37% 0.53% -
HSV(B) 316.85º 0.49% 0.71% -
XYZ 28.48 19.55 33.28 -
YUV 124.91 144.99 167.3 -
System Red Green Blue C M Y K H S L
Decimal 180 91 155 0 0.49 0.14 0.29 316.85 0.37 0.53
Hex B4 5B 9B 0 31 E 1D 13D 25 35
Octal 264 133 233 0 61 16 35 475 45 65
Binary 10110100 1011011 10011011 0 110001 1110 11101 100111101 100101 110101

Color Harmonies of #B45B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45B9B

Black with #B45B9B

Text Example


Text Example

White with #B45B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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