Html Css Color HEX #B959A6 Violet Blue

📋 copy color: '#B959A6'

red 185 ◦ green 89 ◦ blue 166

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

Shades of Violet Blue #B959A6

Tints of Violet Blue #B959A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.73%

R = 42.05%
G = 20.23%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B959A6 (or 0xB959A6) is known color: Violet Blue. HEX triplet: B9, 59 and A6. RGB value is (185,89,166). Sum of RGB (Red+Green+Blue) = 185+89+166=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B959A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B959A6 is #46A659. Grayscale: #7E7E7E. Windows color (decimal): -4630106 or 10901945. OLE color: 10901945.

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

Color convert

RGB 185 89 166 -
CMYK 0 0.52 0.10 0.27
HSL 311.88º 0.41% 0.54% -
HSV(B) 311.88º 0.52% 0.73% -
XYZ 30.46 20.21 38.37 -
YUV 126.48 150.3 169.74 -
System Red Green Blue C M Y K H S L
Decimal 185 89 166 0 0.52 0.10 0.27 311.88 0.41 0.54
Hex B9 59 A6 0 34 A 1B 138 29 36
Octal 271 131 246 0 64 12 33 470 51 66
Binary 10111001 1011001 10100110 0 110100 1010 11011 100111000 101001 110110

Color Harmonies of #B959A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B959A6

Black with #B959A6

Text Example


Text Example

White with #B959A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B959A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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