Html Css Color HEX #B952A2 Mulberry

📋 copy color: '#B952A2'

red 185 ◦ green 82 ◦ blue 162

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

Shades of Mulberry #B952A2

Tints of Mulberry #B952A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.76%

R = 43.12%
G = 19.11%
B = 37.76%

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

#B952A2 (or 0xB952A2) is known color: Mulberry. HEX triplet: B9, 52 and A2. RGB value is (185,82,162). Sum of RGB (Red+Green+Blue) = 185+82+162=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B952A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B952A2 is #46AD5D. Grayscale: #797979. Windows color (decimal): -4631902 or 10638009. OLE color: 10638009.

HSL color Cylindrical-coordinate representation of color #B952A2: hue angle of 313.4º 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 #B952A2 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 82 162 -
CMYK 0 0.56 0.12 0.27
HSL 313.4º 0.42% 0.52% -
HSV(B) 313.4º 0.56% 0.73% -
XYZ 29.55 18.96 36.28 -
YUV 121.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 185 82 162 0 0.56 0.12 0.27 313.4 0.42 0.52
Hex B9 52 A2 0 38 C 1B 139 2A 34
Octal 271 122 242 0 70 14 33 471 52 64
Binary 10111001 1010010 10100010 0 111000 1100 11011 100111001 101010 110100

Color Harmonies of #B952A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B952A2

Black with #B952A2

Text Example


Text Example

White with #B952A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B952A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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