Html Css Color HEX #B954A2 Mulberry

📋 copy color: '#B954A2'

red 185 ◦ green 84 ◦ blue 162

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

Shades of Mulberry #B954A2

Tints of Mulberry #B954A2

RGB

 RED value IS 185 (72.66% from 255) = 42.92%

 GREEN value IS 84 (33.2% from 255) = 19.49%

 BLUE value IS 162 (63.67% from 255) = 37.59%

R = 42.92%
G = 19.49%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B954A2 (or 0xB954A2) is known color: Mulberry. HEX triplet: B9, 54 and A2. RGB value is (185,84,162). Sum of RGB (Red+Green+Blue) = 185+84+162=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B954A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B954A2 is #46AB5D. Grayscale: #7A7A7A. Windows color (decimal): -4631390 or 10638521. OLE color: 10638521.

HSL color Cylindrical-coordinate representation of color #B954A2: hue angle of 313.66º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B954A2 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 84 162 -
CMYK 0 0.55 0.12 0.27
HSL 313.66º 0.42% 0.53% -
HSV(B) 313.66º 0.55% 0.73% -
XYZ 29.7 19.26 36.34 -
YUV 123.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 185 84 162 0 0.55 0.12 0.27 313.66 0.42 0.53
Hex B9 54 A2 0 37 C 1B 13A 2A 35
Octal 271 124 242 0 67 14 33 472 52 65
Binary 10111001 1010100 10100010 0 110111 1100 11011 100111010 101010 110101

Color Harmonies of #B954A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B954A2

Black with #B954A2

Text Example


Text Example

White with #B954A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B954A2; }

 p { color: rgb(185,84,162); }

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

background-color css

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

 a { background-color: rgb(185,84,162); }

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

border-color css

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

 span { border-color: rgb(185,84,162); }

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