Html Css Color HEX #B38E96 Viola

📋 copy color: '#B38E96'

red 179 ◦ green 142 ◦ blue 150

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

Shades of Viola #B38E96

Tints of Viola #B38E96

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.15%

 BLUE value IS 150 (58.98% from 255) = 31.85%

R = 38%
G = 30.15%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B38E96 (or 0xB38E96) is known color: Viola. HEX triplet: B3, 8E and 96. RGB value is (179,142,150). Sum of RGB (Red+Green+Blue) = 179+142+150=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38E96 is #4C7169. Grayscale: #999999. Windows color (decimal): -5009770 or 9866931. OLE color: 9866931.

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

Color convert

RGB 179 142 150 -
CMYK 0 0.21 0.16 0.30
HSL 347.03º 0.2% 0.63% -
HSV(B) 347.03º 0.21% 0.7% -
XYZ 33.77 31.13 33.08 -
YUV 153.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 179 142 150 0 0.21 0.16 0.30 347.03 0.2 0.63
Hex B3 8E 96 0 15 10 1E 15B 14 3F
Octal 263 216 226 0 25 20 36 533 24 77
Binary 10110011 10001110 10010110 0 10101 10000 11110 101011011 10100 111111

Color Harmonies of #B38E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38E96

Black with #B38E96

Text Example


Text Example

White with #B38E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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