Html Css Color HEX #B75388 Mulberry

📋 copy color: '#B75388'

red 183 ◦ green 83 ◦ blue 136

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

Shades of Mulberry #B75388

Tints of Mulberry #B75388

RGB

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

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

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

R = 45.52%
G = 20.65%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B75388 (or 0xB75388) is known color: Mulberry. HEX triplet: B7, 53 and 88. RGB value is (183,83,136). Sum of RGB (Red+Green+Blue) = 183+83+136=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B75388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75388 is #48AC77. Grayscale: #767676. Windows color (decimal): -4762744 or 8934327. OLE color: 8934327.

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

Color convert

RGB 183 83 136 -
CMYK 0 0.55 0.26 0.28
HSL 328.2º 0.41% 0.52% -
HSV(B) 328.2º 0.55% 0.72% -
XYZ 27.07 18.03 25.35 -
YUV 118.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 183 83 136 0 0.55 0.26 0.28 328.2 0.41 0.52
Hex B7 53 88 0 37 1A 1C 148 29 34
Octal 267 123 210 0 67 32 34 510 51 64
Binary 10110111 1010011 10001000 0 110111 11010 11100 101001000 101001 110100

Color Harmonies of #B75388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75388

Black with #B75388

Text Example


Text Example

White with #B75388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75388; }

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

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

background-color css

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

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

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

border-color css

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

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

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