Html Css Color HEX #B75491 Mulberry

📋 copy color: '#B75491'

red 183 ◦ green 84 ◦ blue 145

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

Shades of Mulberry #B75491

Tints of Mulberry #B75491

RGB

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

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

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

R = 44.42%
G = 20.39%
B = 35.19%

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

#B75491 (or 0xB75491) is known color: Mulberry. HEX triplet: B7, 54 and 91. RGB value is (183,84,145). Sum of RGB (Red+Green+Blue) = 183+84+145=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B75491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75491 is #48AB6E. Grayscale: #787878. Windows color (decimal): -4762479 or 9524407. OLE color: 9524407.

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

Color convert

RGB 183 84 145 -
CMYK 0 0.54 0.21 0.28
HSL 323.03º 0.41% 0.52% -
HSV(B) 323.03º 0.54% 0.72% -
XYZ 27.81 18.45 28.88 -
YUV 120.56 141.8 172.54 -
System Red Green Blue C M Y K H S L
Decimal 183 84 145 0 0.54 0.21 0.28 323.03 0.41 0.52
Hex B7 54 91 0 36 15 1C 143 29 34
Octal 267 124 221 0 66 25 34 503 51 64
Binary 10110111 1010100 10010001 0 110110 10101 11100 101000011 101001 110100

Color Harmonies of #B75491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75491

Black with #B75491

Text Example


Text Example

White with #B75491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75491; }

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

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

background-color css

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

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

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

border-color css

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

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

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