Html Css Color HEX #B959A3 Violet Blue

📋 copy color: '#B959A3'

red 185 ◦ green 89 ◦ blue 163

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

Shades of Violet Blue #B959A3

Tints of Violet Blue #B959A3

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.37%

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

R = 42.33%
G = 20.37%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B959A3 (or 0xB959A3) is known color: Violet Blue. HEX triplet: B9, 59 and A3. RGB value is (185,89,163). Sum of RGB (Red+Green+Blue) = 185+89+163=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B959A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B959A3 is #46A65C. Grayscale: #7D7D7D. Windows color (decimal): -4630109 or 10705337. OLE color: 10705337.

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

Color convert

RGB 185 89 163 -
CMYK 0 0.52 0.12 0.27
HSL 313.75º 0.41% 0.54% -
HSV(B) 313.75º 0.52% 0.73% -
XYZ 30.19 20.1 36.94 -
YUV 126.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 185 89 163 0 0.52 0.12 0.27 313.75 0.41 0.54
Hex B9 59 A3 0 34 C 1B 13A 29 36
Octal 271 131 243 0 64 14 33 472 51 66
Binary 10111001 1011001 10100011 0 110100 1100 11011 100111010 101001 110110

Color Harmonies of #B959A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959A3

Black with #B959A3

Text Example


Text Example

White with #B959A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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