Html Css Color HEX #B7508E Mulberry

📋 copy color: '#B7508E'

red 183 ◦ green 80 ◦ blue 142

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

Shades of Mulberry #B7508E

Tints of Mulberry #B7508E

RGB

 RED value IS 183 (71.88% from 255) = 45.19%

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

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

R = 45.19%
G = 19.75%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B7508E (or 0xB7508E) is known color: Mulberry. HEX triplet: B7, 50 and 8E. RGB value is (183,80,142). Sum of RGB (Red+Green+Blue) = 183+80+142=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B7508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7508E is #48AF71. Grayscale: #757575. Windows color (decimal): -4763506 or 9326775. OLE color: 9326775.

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

Color convert

RGB 183 80 142 -
CMYK 0 0.56 0.22 0.28
HSL 323.88º 0.42% 0.52% -
HSV(B) 323.88º 0.56% 0.72% -
XYZ 27.28 17.76 27.58 -
YUV 117.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 183 80 142 0 0.56 0.22 0.28 323.88 0.42 0.52
Hex B7 50 8E 0 38 16 1C 144 2A 34
Octal 267 120 216 0 70 26 34 504 52 64
Binary 10110111 1010000 10001110 0 111000 10110 11100 101000100 101010 110100

Color Harmonies of #B7508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7508E

Black with #B7508E

Text Example


Text Example

White with #B7508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7508E; }

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

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

background-color css

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

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

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

border-color css

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

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

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