Html Css Color HEX #B753A0 Mulberry

📋 copy color: '#B753A0'

red 183 ◦ green 83 ◦ blue 160

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

Shades of Mulberry #B753A0

Tints of Mulberry #B753A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.56%

R = 42.96%
G = 19.48%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B753A0 (or 0xB753A0) is known color: Mulberry. HEX triplet: B7, 53 and A0. RGB value is (183,83,160). Sum of RGB (Red+Green+Blue) = 183+83+160=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B753A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B753A0 is #48AC5F. Grayscale: #797979. Windows color (decimal): -4762720 or 10507191. OLE color: 10507191.

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

Color convert

RGB 183 83 160 -
CMYK 0 0.55 0.13 0.28
HSL 313.8º 0.41% 0.52% -
HSV(B) 313.8º 0.55% 0.72% -
XYZ 28.97 18.79 35.36 -
YUV 121.68 149.63 171.74 -
System Red Green Blue C M Y K H S L
Decimal 183 83 160 0 0.55 0.13 0.28 313.8 0.41 0.52
Hex B7 53 A0 0 37 D 1C 13A 29 34
Octal 267 123 240 0 67 15 34 472 51 64
Binary 10110111 1010011 10100000 0 110111 1101 11100 100111010 101001 110100

Color Harmonies of #B753A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B753A0

Black with #B753A0

Text Example


Text Example

White with #B753A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B753A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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