Html Css Color HEX #B841A0 Mulberry

📋 copy color: '#B841A0'

red 184 ◦ green 65 ◦ blue 160

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

Shades of Mulberry #B841A0

Tints of Mulberry #B841A0

RGB

 RED value IS 184 (72.27% from 255) = 44.99%

 GREEN value IS 65 (25.78% from 255) = 15.89%

 BLUE value IS 160 (62.89% from 255) = 39.12%

R = 44.99%
G = 15.89%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B841A0 (or 0xB841A0) is known color: Mulberry. HEX triplet: B8, 41 and A0. RGB value is (184,65,160). Sum of RGB (Red+Green+Blue) = 184+65+160=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B841A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B841A0 is #47BE5F. Grayscale: #6F6F6F. Windows color (decimal): -4701792 or 10502584. OLE color: 10502584.

HSL color Cylindrical-coordinate representation of color #B841A0: hue angle of 312.1º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B841A0 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 65 160 -
CMYK 0 0.65 0.13 0.28
HSL 312.1º 0.48% 0.49% -
HSV(B) 312.1º 0.65% 0.72% -
XYZ 28 16.51 34.97 -
YUV 111.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 184 65 160 0 0.65 0.13 0.28 312.1 0.48 0.49
Hex B8 41 A0 0 41 D 1C 138 30 31
Octal 270 101 240 0 101 15 34 470 60 61
Binary 10111000 1000001 10100000 0 1000001 1101 11100 100111000 110000 110001

Color Harmonies of #B841A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841A0

Black with #B841A0

Text Example


Text Example

White with #B841A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841A0; }

 p { color: rgb(184,65,160); }

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

background-color css

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

 a { background-color: rgb(184,65,160); }

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

border-color css

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

 span { border-color: rgb(184,65,160); }

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