Html Css Color HEX #B75385 Mulberry

📋 copy color: '#B75385'

red 183 ◦ green 83 ◦ blue 133

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

Shades of Mulberry #B75385

Tints of Mulberry #B75385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.8%

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

R = 45.86%
G = 20.8%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B75385 (or 0xB75385) is known color: Mulberry. HEX triplet: B7, 53 and 85. RGB value is (183,83,133). Sum of RGB (Red+Green+Blue) = 183+83+133=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B75385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75385 is #48AC7A. Grayscale: #767676. Windows color (decimal): -4762747 or 8737719. OLE color: 8737719.

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

Color convert

RGB 183 83 133 -
CMYK 0 0.55 0.27 0.28
HSL 330º 0.41% 0.52% -
HSV(B) 330º 0.55% 0.72% -
XYZ 26.86 17.95 24.24 -
YUV 118.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 183 83 133 0 0.55 0.27 0.28 330 0.41 0.52
Hex B7 53 85 0 37 1B 1C 14A 29 34
Octal 267 123 205 0 67 33 34 512 51 64
Binary 10110111 1010011 10000101 0 110111 11011 11100 101001010 101001 110100

Color Harmonies of #B75385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75385

Black with #B75385

Text Example


Text Example

White with #B75385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75385; }

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

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

background-color css

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

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

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

border-color css

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

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

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