Html Css Color HEX #B75097 Mulberry

📋 copy color: '#B75097'

red 183 ◦ green 80 ◦ blue 151

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

Shades of Mulberry #B75097

Tints of Mulberry #B75097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.47%

R = 44.2%
G = 19.32%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B75097 (or 0xB75097) is known color: Mulberry. HEX triplet: B7, 50 and 97. RGB value is (183,80,151). Sum of RGB (Red+Green+Blue) = 183+80+151=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B75097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75097 is #48AF68. Grayscale: #767676. Windows color (decimal): -4763497 or 9916599. OLE color: 9916599.

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

Color convert

RGB 183 80 151 -
CMYK 0 0.56 0.17 0.28
HSL 318.64º 0.42% 0.52% -
HSV(B) 318.64º 0.56% 0.72% -
XYZ 27.98 18.04 31.29 -
YUV 118.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 183 80 151 0 0.56 0.17 0.28 318.64 0.42 0.52
Hex B7 50 97 0 38 11 1C 13F 2A 34
Octal 267 120 227 0 70 21 34 477 52 64
Binary 10110111 1010000 10010111 0 111000 10001 11100 100111111 101010 110100

Color Harmonies of #B75097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75097

Black with #B75097

Text Example


Text Example

White with #B75097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75097; }

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

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

background-color css

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

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

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

border-color css

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

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

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