Html Css Color HEX #B75984 Mulberry

📋 copy color: '#B75984'

red 183 ◦ green 89 ◦ blue 132

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

Shades of Mulberry #B75984

Tints of Mulberry #B75984

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.03%

 BLUE value IS 132 (51.95% from 255) = 32.67%

R = 45.3%
G = 22.03%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B75984 (or 0xB75984) is known color: Mulberry. HEX triplet: B7, 59 and 84. RGB value is (183,89,132). Sum of RGB (Red+Green+Blue) = 183+89+132=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B75984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75984 is #48A67B. Grayscale: #797979. Windows color (decimal): -4761212 or 8673719. OLE color: 8673719.

HSL color Cylindrical-coordinate representation of color #B75984: hue angle of 332.55º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75984 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 89 132 -
CMYK 0 0.51 0.28 0.28
HSL 332.55º 0.39% 0.53% -
HSV(B) 332.55º 0.51% 0.72% -
XYZ 27.27 18.88 24.04 -
YUV 122.01 133.64 171.5 -
System Red Green Blue C M Y K H S L
Decimal 183 89 132 0 0.51 0.28 0.28 332.55 0.39 0.53
Hex B7 59 84 0 33 1C 1C 14D 27 35
Octal 267 131 204 0 63 34 34 515 47 65
Binary 10110111 1011001 10000100 0 110011 11100 11100 101001101 100111 110101

Color Harmonies of #B75984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75984

Black with #B75984

Text Example


Text Example

White with #B75984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75984; }

 p { color: rgb(183,89,132); }

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

background-color css

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

 a { background-color: rgb(183,89,132); }

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

border-color css

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

 span { border-color: rgb(183,89,132); }

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