Html Css Color HEX #B8508B Mulberry

📋 copy color: '#B8508B'

red 184 ◦ green 80 ◦ blue 139

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

Shades of Mulberry #B8508B

Tints of Mulberry #B8508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.49%

R = 45.66%
G = 19.85%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8508B (or 0xB8508B) is known color: Mulberry. HEX triplet: B8, 50 and 8B. RGB value is (184,80,139). Sum of RGB (Red+Green+Blue) = 184+80+139=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B8508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8508B is #47AF74. Grayscale: #757575. Windows color (decimal): -4697973 or 9130168. OLE color: 9130168.

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

Color convert

RGB 184 80 139 -
CMYK 0 0.57 0.24 0.28
HSL 325.96º 0.42% 0.52% -
HSV(B) 325.96º 0.57% 0.72% -
XYZ 27.3 17.79 26.42 -
YUV 117.82 139.96 175.2 -
System Red Green Blue C M Y K H S L
Decimal 184 80 139 0 0.57 0.24 0.28 325.96 0.42 0.52
Hex B8 50 8B 0 39 18 1C 146 2A 34
Octal 270 120 213 0 71 30 34 506 52 64
Binary 10111000 1010000 10001011 0 111001 11000 11100 101000110 101010 110100

Color Harmonies of #B8508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8508B

Black with #B8508B

Text Example


Text Example

White with #B8508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8508B; }

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

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

background-color css

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

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

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

border-color css

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

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

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