Html Css Color HEX #B45398 Mulberry

📋 copy color: '#B45398'

red 180 ◦ green 83 ◦ blue 152

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

Shades of Mulberry #B45398

Tints of Mulberry #B45398

RGB

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

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

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

R = 43.37%
G = 20%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B45398 (or 0xB45398) is known color: Mulberry. HEX triplet: B4, 53 and 98. RGB value is (180,83,152). Sum of RGB (Red+Green+Blue) = 180+83+152=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B45398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45398 is #4BAC67. Grayscale: #777777. Windows color (decimal): -4959336 or 9982900. OLE color: 9982900.

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

Color convert

RGB 180 83 152 -
CMYK 0 0.54 0.16 0.29
HSL 317.32º 0.39% 0.52% -
HSV(B) 317.32º 0.54% 0.71% -
XYZ 27.58 18.16 31.76 -
YUV 119.87 146.14 170.89 -
System Red Green Blue C M Y K H S L
Decimal 180 83 152 0 0.54 0.16 0.29 317.32 0.39 0.52
Hex B4 53 98 0 36 10 1D 13D 27 34
Octal 264 123 230 0 66 20 35 475 47 64
Binary 10110100 1010011 10011000 0 110110 10000 11101 100111101 100111 110100

Color Harmonies of #B45398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45398

Black with #B45398

Text Example


Text Example

White with #B45398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45398; }

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

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

background-color css

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

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

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

border-color css

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

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

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