Html Css Color HEX #B75091 Mulberry

📋 copy color: '#B75091'

red 183 ◦ green 80 ◦ blue 145

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

Shades of Mulberry #B75091

Tints of Mulberry #B75091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.54%

R = 44.85%
G = 19.61%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B75091 (or 0xB75091) is known color: Mulberry. HEX triplet: B7, 50 and 91. RGB value is (183,80,145). Sum of RGB (Red+Green+Blue) = 183+80+145=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B75091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75091 is #48AF6E. Grayscale: #767676. Windows color (decimal): -4763503 or 9523383. OLE color: 9523383.

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

Color convert

RGB 183 80 145 -
CMYK 0 0.56 0.21 0.28
HSL 322.14º 0.42% 0.52% -
HSV(B) 322.14º 0.56% 0.72% -
XYZ 27.51 17.85 28.78 -
YUV 118.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 183 80 145 0 0.56 0.21 0.28 322.14 0.42 0.52
Hex B7 50 91 0 38 15 1C 142 2A 34
Octal 267 120 221 0 70 25 34 502 52 64
Binary 10110111 1010000 10010001 0 111000 10101 11100 101000010 101010 110100

Color Harmonies of #B75091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75091

Black with #B75091

Text Example


Text Example

White with #B75091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75091; }

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

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

background-color css

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

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

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

border-color css

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

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

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