Html Css Color HEX #B8529F Mulberry

📋 copy color: '#B8529F'

red 184 ◦ green 82 ◦ blue 159

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

Shades of Mulberry #B8529F

Tints of Mulberry #B8529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.29%

 BLUE value IS 159 (62.5% from 255) = 37.41%

R = 43.29%
G = 19.29%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B8529F (or 0xB8529F) is known color: Mulberry. HEX triplet: B8, 52 and 9F. RGB value is (184,82,159). Sum of RGB (Red+Green+Blue) = 184+82+159=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8529F is #47AD60. Grayscale: #797979. Windows color (decimal): -4697441 or 10441400. OLE color: 10441400.

HSL color Cylindrical-coordinate representation of color #B8529F: hue angle of 314.71º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8529F is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 82 159 -
CMYK 0 0.55 0.14 0.28
HSL 314.71º 0.42% 0.52% -
HSV(B) 314.71º 0.55% 0.72% -
XYZ 29.04 18.73 34.89 -
YUV 121.28 149.29 172.74 -
System Red Green Blue C M Y K H S L
Decimal 184 82 159 0 0.55 0.14 0.28 314.71 0.42 0.52
Hex B8 52 9F 0 37 E 1C 13B 2A 34
Octal 270 122 237 0 67 16 34 473 52 64
Binary 10111000 1010010 10011111 0 110111 1110 11100 100111011 101010 110100

Color Harmonies of #B8529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8529F

Black with #B8529F

Text Example


Text Example

White with #B8529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8529F; }

 p { color: rgb(184,82,159); }

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

background-color css

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

 a { background-color: rgb(184,82,159); }

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

border-color css

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

 span { border-color: rgb(184,82,159); }

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