Html Css Color HEX #B752A0 Mulberry

📋 copy color: '#B752A0'

red 183 ◦ green 82 ◦ blue 160

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

Shades of Mulberry #B752A0

Tints of Mulberry #B752A0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.29%

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

R = 43.06%
G = 19.29%
B = 37.65%

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

#B752A0 (or 0xB752A0) is known color: Mulberry. HEX triplet: B7, 52 and A0. RGB value is (183,82,160). Sum of RGB (Red+Green+Blue) = 183+82+160=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B752A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B752A0 is #48AD5F. Grayscale: #787878. Windows color (decimal): -4762976 or 10506935. OLE color: 10506935.

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

Color convert

RGB 183 82 160 -
CMYK 0 0.55 0.13 0.28
HSL 313.66º 0.41% 0.52% -
HSV(B) 313.66º 0.55% 0.72% -
XYZ 28.89 18.64 35.33 -
YUV 121.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 183 82 160 0 0.55 0.13 0.28 313.66 0.41 0.52
Hex B7 52 A0 0 37 D 1C 13A 29 34
Octal 267 122 240 0 67 15 34 472 51 64
Binary 10110111 1010010 10100000 0 110111 1101 11100 100111010 101001 110100

Color Harmonies of #B752A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B752A0

Black with #B752A0

Text Example


Text Example

White with #B752A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B752A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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