Html Css Color HEX #B38894 Viola

📋 copy color: '#B38894'

red 179 ◦ green 136 ◦ blue 148

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

Shades of Viola #B38894

Tints of Viola #B38894

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.37%

 BLUE value IS 148 (58.2% from 255) = 31.97%

R = 38.66%
G = 29.37%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B38894 (or 0xB38894) is known color: Viola. HEX triplet: B3, 88 and 94. RGB value is (179,136,148). Sum of RGB (Red+Green+Blue) = 179+136+148=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B38894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38894 is #4C776B. Grayscale: #969696. Windows color (decimal): -5011308 or 9734323. OLE color: 9734323.

HSL color Cylindrical-coordinate representation of color #B38894: hue angle of 343.26º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B38894 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 136 148 -
CMYK 0 0.24 0.17 0.30
HSL 343.26º 0.22% 0.62% -
HSV(B) 343.26º 0.24% 0.7% -
XYZ 32.74 29.33 31.95 -
YUV 150.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 179 136 148 0 0.24 0.17 0.30 343.26 0.22 0.62
Hex B3 88 94 0 18 11 1E 157 16 3E
Octal 263 210 224 0 30 21 36 527 26 76
Binary 10110011 10001000 10010100 0 11000 10001 11110 101010111 10110 111110

Color Harmonies of #B38894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38894

Black with #B38894

Text Example


Text Example

White with #B38894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38894; }

 p { color: rgb(179,136,148); }

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

background-color css

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

 a { background-color: rgb(179,136,148); }

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

border-color css

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

 span { border-color: rgb(179,136,148); }

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