Html Css Color HEX #B845A0 Mulberry

📋 copy color: '#B845A0'

red 184 ◦ green 69 ◦ blue 160

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

Shades of Mulberry #B845A0

Tints of Mulberry #B845A0

RGB

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

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

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

R = 44.55%
G = 16.71%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B845A0 (or 0xB845A0) is known color: Mulberry. HEX triplet: B8, 45 and A0. RGB value is (184,69,160). Sum of RGB (Red+Green+Blue) = 184+69+160=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B845A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B845A0 is #47BA5F. Grayscale: #717171. Windows color (decimal): -4700768 or 10503608. OLE color: 10503608.

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

Color convert

RGB 184 69 160 -
CMYK 0 0.62 0.13 0.28
HSL 312.52º 0.45% 0.5% -
HSV(B) 312.52º 0.63% 0.72% -
XYZ 28.24 16.98 35.05 -
YUV 113.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 184 69 160 0 0.62 0.13 0.28 312.52 0.45 0.5
Hex B8 45 A0 0 3E D 1C 139 2D 32
Octal 270 105 240 0 76 15 34 471 55 62
Binary 10111000 1000101 10100000 0 111110 1101 11100 100111001 101101 110010

Color Harmonies of #B845A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B845A0

Black with #B845A0

Text Example


Text Example

White with #B845A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B845A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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