Html Css Color HEX #B75386 Mulberry

📋 copy color: '#B75386'

red 183 ◦ green 83 ◦ blue 134

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

Shades of Mulberry #B75386

Tints of Mulberry #B75386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.5%

R = 45.75%
G = 20.75%
B = 33.5%

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

#B75386 (or 0xB75386) is known color: Mulberry. HEX triplet: B7, 53 and 86. RGB value is (183,83,134). Sum of RGB (Red+Green+Blue) = 183+83+134=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B75386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75386 is #48AC79. Grayscale: #767676. Windows color (decimal): -4762746 or 8803255. OLE color: 8803255.

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

Color convert

RGB 183 83 134 -
CMYK 0 0.55 0.27 0.28
HSL 329.4º 0.41% 0.52% -
HSV(B) 329.4º 0.55% 0.72% -
XYZ 26.92 17.98 24.6 -
YUV 118.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 183 83 134 0 0.55 0.27 0.28 329.4 0.41 0.52
Hex B7 53 86 0 37 1B 1C 149 29 34
Octal 267 123 206 0 67 33 34 511 51 64
Binary 10110111 1010011 10000110 0 110111 11011 11100 101001001 101001 110100

Color Harmonies of #B75386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75386

Black with #B75386

Text Example


Text Example

White with #B75386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75386; }

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

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

background-color css

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

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

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

border-color css

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

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

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