Html Css Color HEX #B75488 Mulberry

📋 copy color: '#B75488'

red 183 ◦ green 84 ◦ blue 136

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

Shades of Mulberry #B75488

Tints of Mulberry #B75488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.75%

R = 45.41%
G = 20.84%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B75488 (or 0xB75488) is known color: Mulberry. HEX triplet: B7, 54 and 88. RGB value is (183,84,136). Sum of RGB (Red+Green+Blue) = 183+84+136=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B75488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75488 is #48AB77. Grayscale: #777777. Windows color (decimal): -4762488 or 8934583. OLE color: 8934583.

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

Color convert

RGB 183 84 136 -
CMYK 0 0.54 0.26 0.28
HSL 328.48º 0.41% 0.52% -
HSV(B) 328.48º 0.54% 0.72% -
XYZ 27.14 18.19 25.37 -
YUV 119.53 137.3 173.27 -
System Red Green Blue C M Y K H S L
Decimal 183 84 136 0 0.54 0.26 0.28 328.48 0.41 0.52
Hex B7 54 88 0 36 1A 1C 148 29 34
Octal 267 124 210 0 66 32 34 510 51 64
Binary 10110111 1010100 10001000 0 110110 11010 11100 101001000 101001 110100

Color Harmonies of #B75488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75488

Black with #B75488

Text Example


Text Example

White with #B75488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75488; }

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

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

background-color css

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

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

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

border-color css

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

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

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