Html Css Color HEX #B75383 Mulberry

📋 copy color: '#B75383'

red 183 ◦ green 83 ◦ blue 131

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

Shades of Mulberry #B75383

Tints of Mulberry #B75383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33%

R = 46.1%
G = 20.91%
B = 33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B75383 (or 0xB75383) is known color: Mulberry. HEX triplet: B7, 53 and 83. RGB value is (183,83,131). Sum of RGB (Red+Green+Blue) = 183+83+131=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B75383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75383 is #48AC7C. Grayscale: #767676. Windows color (decimal): -4762749 or 8606647. OLE color: 8606647.

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

Color convert

RGB 183 83 131 -
CMYK 0 0.55 0.28 0.28
HSL 331.2º 0.41% 0.52% -
HSV(B) 331.2º 0.55% 0.72% -
XYZ 26.72 17.89 23.52 -
YUV 118.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 183 83 131 0 0.55 0.28 0.28 331.2 0.41 0.52
Hex B7 53 83 0 37 1C 1C 14B 29 34
Octal 267 123 203 0 67 34 34 513 51 64
Binary 10110111 1010011 10000011 0 110111 11100 11100 101001011 101001 110100

Color Harmonies of #B75383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75383

Black with #B75383

Text Example


Text Example

White with #B75383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75383; }

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

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

background-color css

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

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

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

border-color css

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

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

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