Html Css Color HEX #B953A1 Mulberry

📋 copy color: '#B953A1'

red 185 ◦ green 83 ◦ blue 161

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

Shades of Mulberry #B953A1

Tints of Mulberry #B953A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.53%

R = 43.12%
G = 19.35%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#B953A1 (or 0xB953A1) is known color: Mulberry. HEX triplet: B9, 53 and A1. RGB value is (185,83,161). Sum of RGB (Red+Green+Blue) = 185+83+161=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B953A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B953A1 is #46AC5E. Grayscale: #7A7A7A. Windows color (decimal): -4631647 or 10572729. OLE color: 10572729.

HSL color Cylindrical-coordinate representation of color #B953A1: hue angle of 314.12º 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 #B953A1 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 83 161 -
CMYK 0 0.55 0.13 0.27
HSL 314.12º 0.42% 0.53% -
HSV(B) 314.12º 0.55% 0.73% -
XYZ 29.53 19.07 35.84 -
YUV 122.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 185 83 161 0 0.55 0.13 0.27 314.12 0.42 0.53
Hex B9 53 A1 0 37 D 1B 13A 2A 35
Octal 271 123 241 0 67 15 33 472 52 65
Binary 10111001 1010011 10100001 0 110111 1101 11011 100111010 101010 110101

Color Harmonies of #B953A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B953A1

Black with #B953A1

Text Example


Text Example

White with #B953A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B953A1; }

 p { color: rgb(185,83,161); }

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

background-color css

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

 a { background-color: rgb(185,83,161); }

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

border-color css

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

 span { border-color: rgb(185,83,161); }

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