Html Css Color HEX #B8509A Mulberry

📋 copy color: '#B8509A'

red 184 ◦ green 80 ◦ blue 154

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

Shades of Mulberry #B8509A

Tints of Mulberry #B8509A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

 BLUE value IS 154 (60.55% from 255) = 36.84%

R = 44.02%
G = 19.14%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8509A (or 0xB8509A) is known color: Mulberry. HEX triplet: B8, 50 and 9A. RGB value is (184,80,154). Sum of RGB (Red+Green+Blue) = 184+80+154=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B8509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8509A is #47AF65. Grayscale: #777777. Windows color (decimal): -4697958 or 10113208. OLE color: 10113208.

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

Color convert

RGB 184 80 154 -
CMYK 0 0.57 0.16 0.28
HSL 317.31º 0.42% 0.52% -
HSV(B) 317.31º 0.57% 0.72% -
XYZ 28.47 18.26 32.6 -
YUV 119.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 184 80 154 0 0.57 0.16 0.28 317.31 0.42 0.52
Hex B8 50 9A 0 39 10 1C 13D 2A 34
Octal 270 120 232 0 71 20 34 475 52 64
Binary 10111000 1010000 10011010 0 111001 10000 11100 100111101 101010 110100

Color Harmonies of #B8509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8509A

Black with #B8509A

Text Example


Text Example

White with #B8509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8509A; }

 p { color: rgb(184,80,154); }

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

background-color css

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

 a { background-color: rgb(184,80,154); }

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

border-color css

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

 span { border-color: rgb(184,80,154); }

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