Html Css Color HEX #B0959D Viola

📋 copy color: '#B0959D'

red 176 ◦ green 149 ◦ blue 157

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

Shades of Viola #B0959D

Tints of Viola #B0959D

RGB

 RED value IS 176 (69.14% from 255) = 36.51%

 GREEN value IS 149 (58.59% from 255) = 30.91%

 BLUE value IS 157 (61.72% from 255) = 32.57%

R = 36.51%
G = 30.91%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0959D (or 0xB0959D) is known color: Viola. HEX triplet: B0, 95 and 9D. RGB value is (176,149,157). Sum of RGB (Red+Green+Blue) = 176+149+157=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B0959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0959D is #4F6A62. Grayscale: #9D9D9D. Windows color (decimal): -5204579 or 10327472. OLE color: 10327472.

HSL color Cylindrical-coordinate representation of color #B0959D: hue angle of 342.22º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0959D is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 149 157 -
CMYK 0 0.15 0.11 0.31
HSL 342.22º 0.15% 0.64% -
HSV(B) 342.22º 0.15% 0.69% -
XYZ 34.74 33.16 36.47 -
YUV 157.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 176 149 157 0 0.15 0.11 0.31 342.22 0.15 0.64
Hex B0 95 9D 0 F B 1F 156 F 40
Octal 260 225 235 0 17 13 37 526 17 100
Binary 10110000 10010101 10011101 0 1111 1011 11111 101010110 1111 1000000

Color Harmonies of #B0959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0959D

Black with #B0959D

Text Example


Text Example

White with #B0959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0959D; }

 p { color: rgb(176,149,157); }

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

background-color css

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

 a { background-color: rgb(176,149,157); }

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

border-color css

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

 span { border-color: rgb(176,149,157); }

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