Html Css Color HEX #B75490 Mulberry

📋 copy color: '#B75490'

red 183 ◦ green 84 ◦ blue 144

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

Shades of Mulberry #B75490

Tints of Mulberry #B75490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.04%

R = 44.53%
G = 20.44%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B75490 (or 0xB75490) is known color: Mulberry. HEX triplet: B7, 54 and 90. RGB value is (183,84,144). Sum of RGB (Red+Green+Blue) = 183+84+144=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B75490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75490 is #48AB6F. Grayscale: #787878. Windows color (decimal): -4762480 or 9458871. OLE color: 9458871.

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

Color convert

RGB 183 84 144 -
CMYK 0 0.54 0.21 0.28
HSL 323.64º 0.41% 0.52% -
HSV(B) 323.64º 0.54% 0.72% -
XYZ 27.73 18.42 28.48 -
YUV 120.44 141.3 172.62 -
System Red Green Blue C M Y K H S L
Decimal 183 84 144 0 0.54 0.21 0.28 323.64 0.41 0.52
Hex B7 54 90 0 36 15 1C 144 29 34
Octal 267 124 220 0 66 25 34 504 51 64
Binary 10110111 1010100 10010000 0 110110 10101 11100 101000100 101001 110100

Color Harmonies of #B75490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75490

Black with #B75490

Text Example


Text Example

White with #B75490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75490; }

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

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

background-color css

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

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

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

border-color css

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

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

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