Html Css Color HEX #B5468A Mulberry

📋 copy color: '#B5468A'

red 181 ◦ green 70 ◦ blue 138

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

Shades of Mulberry #B5468A

Tints of Mulberry #B5468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.99%

 BLUE value IS 138 (54.3% from 255) = 35.48%

R = 46.53%
G = 17.99%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5468A (or 0xB5468A) is known color: Mulberry. HEX triplet: B5, 46 and 8A. RGB value is (181,70,138). Sum of RGB (Red+Green+Blue) = 181+70+138=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5468A is #4AB975. Grayscale: #6E6E6E. Windows color (decimal): -4897142 or 9062069. OLE color: 9062069.

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

Color convert

RGB 181 70 138 -
CMYK 0 0.61 0.24 0.29
HSL 323.24º 0.44% 0.49% -
HSV(B) 323.24º 0.61% 0.71% -
XYZ 25.83 16.04 25.78 -
YUV 110.94 143.27 177.97 -
System Red Green Blue C M Y K H S L
Decimal 181 70 138 0 0.61 0.24 0.29 323.24 0.44 0.49
Hex B5 46 8A 0 3D 18 1D 143 2C 31
Octal 265 106 212 0 75 30 35 503 54 61
Binary 10110101 1000110 10001010 0 111101 11000 11101 101000011 101100 110001

Color Harmonies of #B5468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5468A

Black with #B5468A

Text Example


Text Example

White with #B5468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5468A; }

 p { color: rgb(181,70,138); }

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

background-color css

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

 a { background-color: rgb(181,70,138); }

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

border-color css

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

 span { border-color: rgb(181,70,138); }

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