Html Css Color HEX #B75486 Mulberry

📋 copy color: '#B75486'

red 183 ◦ green 84 ◦ blue 134

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

Shades of Mulberry #B75486

Tints of Mulberry #B75486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.95%

 BLUE value IS 134 (52.73% from 255) = 33.42%

R = 45.64%
G = 20.95%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B75486 (or 0xB75486) is known color: Mulberry. HEX triplet: B7, 54 and 86. RGB value is (183,84,134). Sum of RGB (Red+Green+Blue) = 183+84+134=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B75486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75486 is #48AB79. Grayscale: #777777. Windows color (decimal): -4762490 or 8803511. OLE color: 8803511.

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

Color convert

RGB 183 84 134 -
CMYK 0 0.54 0.27 0.28
HSL 329.7º 0.41% 0.52% -
HSV(B) 329.7º 0.54% 0.72% -
XYZ 27 18.13 24.63 -
YUV 119.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 183 84 134 0 0.54 0.27 0.28 329.7 0.41 0.52
Hex B7 54 86 0 36 1B 1C 14A 29 34
Octal 267 124 206 0 66 33 34 512 51 64
Binary 10110111 1010100 10000110 0 110110 11011 11100 101001010 101001 110100

Color Harmonies of #B75486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75486

Black with #B75486

Text Example


Text Example

White with #B75486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75486; }

 p { color: rgb(183,84,134); }

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

background-color css

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

 a { background-color: rgb(183,84,134); }

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

border-color css

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

 span { border-color: rgb(183,84,134); }

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