Html Css Color HEX #B46394 Mulberry

📋 copy color: '#B46394'

red 180 ◦ green 99 ◦ blue 148

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

Shades of Mulberry #B46394

Tints of Mulberry #B46394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.19%

 BLUE value IS 148 (58.2% from 255) = 34.66%

R = 42.15%
G = 23.19%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B46394 (or 0xB46394) is known color: Mulberry. HEX triplet: B4, 63 and 94. RGB value is (180,99,148). Sum of RGB (Red+Green+Blue) = 180+99+148=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B46394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46394 is #4B9C6B. Grayscale: #808080. Windows color (decimal): -4955244 or 9724852. OLE color: 9724852.

HSL color Cylindrical-coordinate representation of color #B46394: hue angle of 323.7º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B46394 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 99 148 -
CMYK 0 0.45 0.18 0.29
HSL 323.7º 0.35% 0.55% -
HSV(B) 323.7º 0.45% 0.71% -
XYZ 28.63 20.77 30.52 -
YUV 128.81 138.84 164.52 -
System Red Green Blue C M Y K H S L
Decimal 180 99 148 0 0.45 0.18 0.29 323.7 0.35 0.55
Hex B4 63 94 0 2D 12 1D 144 23 37
Octal 264 143 224 0 55 22 35 504 43 67
Binary 10110100 1100011 10010100 0 101101 10010 11101 101000100 100011 110111

Color Harmonies of #B46394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46394

Black with #B46394

Text Example


Text Example

White with #B46394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46394; }

 p { color: rgb(180,99,148); }

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

background-color css

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

 a { background-color: rgb(180,99,148); }

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

border-color css

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

 span { border-color: rgb(180,99,148); }

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