Html Css Color HEX #B75485 Mulberry

📋 copy color: '#B75485'

red 183 ◦ green 84 ◦ blue 133

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

Shades of Mulberry #B75485

Tints of Mulberry #B75485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.25%

R = 45.75%
G = 21%
B = 33.25%

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

#B75485 (or 0xB75485) is known color: Mulberry. HEX triplet: B7, 54 and 85. RGB value is (183,84,133). Sum of RGB (Red+Green+Blue) = 183+84+133=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B75485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75485 is #48AB7A. Grayscale: #777777. Windows color (decimal): -4762491 or 8737975. OLE color: 8737975.

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

Color convert

RGB 183 84 133 -
CMYK 0 0.54 0.27 0.28
HSL 330.3º 0.41% 0.52% -
HSV(B) 330.3º 0.54% 0.72% -
XYZ 26.93 18.1 24.26 -
YUV 119.19 135.8 173.52 -
System Red Green Blue C M Y K H S L
Decimal 183 84 133 0 0.54 0.27 0.28 330.3 0.41 0.52
Hex B7 54 85 0 36 1B 1C 14A 29 34
Octal 267 124 205 0 66 33 34 512 51 64
Binary 10110111 1010100 10000101 0 110110 11011 11100 101001010 101001 110100

Color Harmonies of #B75485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75485

Black with #B75485

Text Example


Text Example

White with #B75485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75485; }

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

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

background-color css

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

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

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

border-color css

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

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

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