Html Css Color HEX #B8508E Mulberry

📋 copy color: '#B8508E'

red 184 ◦ green 80 ◦ blue 142

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

Shades of Mulberry #B8508E

Tints of Mulberry #B8508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.98%

R = 45.32%
G = 19.7%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8508E (or 0xB8508E) is known color: Mulberry. HEX triplet: B8, 50 and 8E. RGB value is (184,80,142). Sum of RGB (Red+Green+Blue) = 184+80+142=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B8508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8508E is #47AF71. Grayscale: #767676. Windows color (decimal): -4697970 or 9326776. OLE color: 9326776.

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

Color convert

RGB 184 80 142 -
CMYK 0 0.57 0.23 0.28
HSL 324.23º 0.42% 0.52% -
HSV(B) 324.23º 0.57% 0.72% -
XYZ 27.52 17.88 27.59 -
YUV 118.16 141.46 174.96 -
System Red Green Blue C M Y K H S L
Decimal 184 80 142 0 0.57 0.23 0.28 324.23 0.42 0.52
Hex B8 50 8E 0 39 17 1C 144 2A 34
Octal 270 120 216 0 71 27 34 504 52 64
Binary 10111000 1010000 10001110 0 111001 10111 11100 101000100 101010 110100

Color Harmonies of #B8508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8508E

Black with #B8508E

Text Example


Text Example

White with #B8508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8508E; }

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

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

background-color css

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

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

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

border-color css

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

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

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