Html Css Color HEX #B952A3 Mulberry

📋 copy color: '#B952A3'

red 185 ◦ green 82 ◦ blue 163

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

Shades of Mulberry #B952A3

Tints of Mulberry #B952A3

RGB

 RED value IS 185 (72.66% from 255) = 43.02%

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

 BLUE value IS 163 (64.06% from 255) = 37.91%

R = 43.02%
G = 19.07%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B952A3 (or 0xB952A3) is known color: Mulberry. HEX triplet: B9, 52 and A3. RGB value is (185,82,163). Sum of RGB (Red+Green+Blue) = 185+82+163=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B952A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B952A3 is #46AD5C. Grayscale: #797979. Windows color (decimal): -4631901 or 10703545. OLE color: 10703545.

HSL color Cylindrical-coordinate representation of color #B952A3: hue angle of 312.82º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B952A3 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 82 163 -
CMYK 0 0.56 0.12 0.27
HSL 312.82º 0.42% 0.52% -
HSV(B) 312.82º 0.56% 0.73% -
XYZ 29.64 18.99 36.75 -
YUV 122.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 185 82 163 0 0.56 0.12 0.27 312.82 0.42 0.52
Hex B9 52 A3 0 38 C 1B 139 2A 34
Octal 271 122 243 0 70 14 33 471 52 64
Binary 10111001 1010010 10100011 0 111000 1100 11011 100111001 101010 110100

Color Harmonies of #B952A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952A3

Black with #B952A3

Text Example


Text Example

White with #B952A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952A3; }

 p { color: rgb(185,82,163); }

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

background-color css

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

 a { background-color: rgb(185,82,163); }

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

border-color css

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

 span { border-color: rgb(185,82,163); }

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