Html Css Color HEX #B947A4 Mulberry

📋 copy color: '#B947A4'

red 185 ◦ green 71 ◦ blue 164

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

Shades of Mulberry #B947A4

Tints of Mulberry #B947A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.05%

R = 44.05%
G = 16.9%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B947A4 (or 0xB947A4) is known color: Mulberry. HEX triplet: B9, 47 and A4. RGB value is (185,71,164). Sum of RGB (Red+Green+Blue) = 185+71+164=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B947A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B947A4 is #46B85B. Grayscale: #737373. Windows color (decimal): -4634716 or 10766265. OLE color: 10766265.

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

Color convert

RGB 185 71 164 -
CMYK 0 0.62 0.11 0.27
HSL 311.05º 0.45% 0.5% -
HSV(B) 311.05º 0.62% 0.73% -
XYZ 28.96 17.5 36.97 -
YUV 115.69 155.27 177.44 -
System Red Green Blue C M Y K H S L
Decimal 185 71 164 0 0.62 0.11 0.27 311.05 0.45 0.5
Hex B9 47 A4 0 3E B 1B 137 2D 32
Octal 271 107 244 0 76 13 33 467 55 62
Binary 10111001 1000111 10100100 0 111110 1011 11011 100110111 101101 110010

Color Harmonies of #B947A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947A4

Black with #B947A4

Text Example


Text Example

White with #B947A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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