Html Css Color HEX #B0999D Viola

📋 copy color: '#B0999D'

red 176 ◦ green 153 ◦ blue 157

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

Shades of Viola #B0999D

Tints of Viola #B0999D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.48%

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

R = 36.21%
G = 31.48%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0999D (or 0xB0999D) is known color: Viola. HEX triplet: B0, 99 and 9D. RGB value is (176,153,157). Sum of RGB (Red+Green+Blue) = 176+153+157=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B0999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0999D is #4F6662. Grayscale: #A0A0A0. Windows color (decimal): -5203555 or 10328496. OLE color: 10328496.

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

Color convert

RGB 176 153 157 -
CMYK 0 0.13 0.11 0.31
HSL 349.57º 0.13% 0.65% -
HSV(B) 349.57º 0.13% 0.69% -
XYZ 35.38 34.45 36.68 -
YUV 160.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 176 153 157 0 0.13 0.11 0.31 349.57 0.13 0.65
Hex B0 99 9D 0 D B 1F 15E D 41
Octal 260 231 235 0 15 13 37 536 15 101
Binary 10110000 10011001 10011101 0 1101 1011 11111 101011110 1101 1000001

Color Harmonies of #B0999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0999D

Black with #B0999D

Text Example


Text Example

White with #B0999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0999D; }

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

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

background-color css

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

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

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

border-color css

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

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

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