Html Css Color HEX #B947A2 Mulberry

📋 copy color: '#B947A2'

red 185 ◦ green 71 ◦ blue 162

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

Shades of Mulberry #B947A2

Tints of Mulberry #B947A2

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.99%

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

R = 44.26%
G = 16.99%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B947A2 (or 0xB947A2) is known color: Mulberry. HEX triplet: B9, 47 and A2. RGB value is (185,71,162). Sum of RGB (Red+Green+Blue) = 185+71+162=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B947A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B947A2 is #46B85D. Grayscale: #737373. Windows color (decimal): -4634718 or 10635193. OLE color: 10635193.

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

Color convert

RGB 185 71 162 -
CMYK 0 0.62 0.12 0.27
HSL 312.11º 0.45% 0.5% -
HSV(B) 312.11º 0.62% 0.73% -
XYZ 28.78 17.43 36.03 -
YUV 115.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 185 71 162 0 0.62 0.12 0.27 312.11 0.45 0.5
Hex B9 47 A2 0 3E C 1B 138 2D 32
Octal 271 107 242 0 76 14 33 470 55 62
Binary 10111001 1000111 10100010 0 111110 1100 11011 100111000 101101 110010

Color Harmonies of #B947A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947A2

Black with #B947A2

Text Example


Text Example

White with #B947A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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