Html Css Color HEX #B950A2 Mulberry

📋 copy color: '#B950A2'

red 185 ◦ green 80 ◦ blue 162

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

Shades of Mulberry #B950A2

Tints of Mulberry #B950A2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.74%

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

R = 43.33%
G = 18.74%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B950A2 (or 0xB950A2) is known color: Mulberry. HEX triplet: B9, 50 and A2. RGB value is (185,80,162). Sum of RGB (Red+Green+Blue) = 185+80+162=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B950A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B950A2 is #46AF5D. Grayscale: #787878. Windows color (decimal): -4632414 or 10637497. OLE color: 10637497.

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

Color convert

RGB 185 80 162 -
CMYK 0 0.57 0.12 0.27
HSL 313.14º 0.43% 0.52% -
HSV(B) 313.14º 0.57% 0.73% -
XYZ 29.4 18.66 36.23 -
YUV 120.74 151.29 173.83 -
System Red Green Blue C M Y K H S L
Decimal 185 80 162 0 0.57 0.12 0.27 313.14 0.43 0.52
Hex B9 50 A2 0 39 C 1B 139 2B 34
Octal 271 120 242 0 71 14 33 471 53 64
Binary 10111001 1010000 10100010 0 111001 1100 11011 100111001 101011 110100

Color Harmonies of #B950A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B950A2

Black with #B950A2

Text Example


Text Example

White with #B950A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B950A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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