Html Css Color HEX #B845A2 Mulberry

📋 copy color: '#B845A2'

red 184 ◦ green 69 ◦ blue 162

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

Shades of Mulberry #B845A2

Tints of Mulberry #B845A2

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.63%

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

R = 44.34%
G = 16.63%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B845A2 (or 0xB845A2) is known color: Mulberry. HEX triplet: B8, 45 and A2. RGB value is (184,69,162). Sum of RGB (Red+Green+Blue) = 184+69+162=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B845A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B845A2 is #47BA5D. Grayscale: #717171. Windows color (decimal): -4700766 or 10634680. OLE color: 10634680.

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

Color convert

RGB 184 69 162 -
CMYK 0 0.62 0.12 0.28
HSL 311.48º 0.45% 0.5% -
HSV(B) 311.48º 0.63% 0.72% -
XYZ 28.42 17.06 35.98 -
YUV 113.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 184 69 162 0 0.62 0.12 0.28 311.48 0.45 0.5
Hex B8 45 A2 0 3E C 1C 137 2D 32
Octal 270 105 242 0 76 14 34 467 55 62
Binary 10111000 1000101 10100010 0 111110 1100 11100 100110111 101101 110010

Color Harmonies of #B845A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B845A2

Black with #B845A2

Text Example


Text Example

White with #B845A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B845A2; }

 p { color: rgb(184,69,162); }

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

background-color css

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

 a { background-color: rgb(184,69,162); }

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

border-color css

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

 span { border-color: rgb(184,69,162); }

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