Html Css Color HEX #B54398 Mulberry

📋 copy color: '#B54398'

red 181 ◦ green 67 ◦ blue 152

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

Shades of Mulberry #B54398

Tints of Mulberry #B54398

RGB

 RED value IS 181 (71.09% from 255) = 45.25%

 GREEN value IS 67 (26.56% from 255) = 16.75%

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

R = 45.25%
G = 16.75%
B = 38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B54398 (or 0xB54398) is known color: Mulberry. HEX triplet: B5, 43 and 98. RGB value is (181,67,152). Sum of RGB (Red+Green+Blue) = 181+67+152=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B54398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54398 is #4ABC67. Grayscale: #6E6E6E. Windows color (decimal): -4897896 or 9978805. OLE color: 9978805.

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

Color convert

RGB 181 67 152 -
CMYK 0 0.63 0.16 0.29
HSL 315.26º 0.46% 0.49% -
HSV(B) 315.26º 0.63% 0.71% -
XYZ 26.73 16.11 31.41 -
YUV 110.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 181 67 152 0 0.63 0.16 0.29 315.26 0.46 0.49
Hex B5 43 98 0 3F 10 1D 13B 2E 31
Octal 265 103 230 0 77 20 35 473 56 61
Binary 10110101 1000011 10011000 0 111111 10000 11101 100111011 101110 110001

Color Harmonies of #B54398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54398

Black with #B54398

Text Example


Text Example

White with #B54398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54398; }

 p { color: rgb(181,67,152); }

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

background-color css

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

 a { background-color: rgb(181,67,152); }

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

border-color css

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

 span { border-color: rgb(181,67,152); }

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