Html Css Color HEX #B3969D Viola

📋 copy color: '#B3969D'

red 179 ◦ green 150 ◦ blue 157

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

Shades of Viola #B3969D

Tints of Viola #B3969D

RGB

 RED value IS 179 (70.31% from 255) = 36.83%

 GREEN value IS 150 (58.98% from 255) = 30.86%

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

R = 36.83%
G = 30.86%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B3969D (or 0xB3969D) is known color: Viola. HEX triplet: B3, 96 and 9D. RGB value is (179,150,157). Sum of RGB (Red+Green+Blue) = 179+150+157=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 179 - color contains mainly: red. Hex color #B3969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3969D is #4C6962. Grayscale: #9F9F9F. Windows color (decimal): -5007715 or 10327731. OLE color: 10327731.

HSL color Cylindrical-coordinate representation of color #B3969D: hue angle of 345.52º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3969D is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 150 157 -
CMYK 0 0.16 0.12 0.30
HSL 345.52º 0.16% 0.65% -
HSV(B) 345.52º 0.16% 0.7% -
XYZ 35.58 33.83 36.55 -
YUV 159.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 179 150 157 0 0.16 0.12 0.30 345.52 0.16 0.65
Hex B3 96 9D 0 10 C 1E 15A 10 41
Octal 263 226 235 0 20 14 36 532 20 101
Binary 10110011 10010110 10011101 0 10000 1100 11110 101011010 10000 1000001

Color Harmonies of #B3969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3969D

Black with #B3969D

Text Example


Text Example

White with #B3969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3969D; }

 p { color: rgb(179,150,157); }

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

background-color css

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

 a { background-color: rgb(179,150,157); }

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

border-color css

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

 span { border-color: rgb(179,150,157); }

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