Html Css Color HEX #B2898D Viola

📋 copy color: '#B2898D'

red 178 ◦ green 137 ◦ blue 141

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

Shades of Viola #B2898D

Tints of Viola #B2898D

RGB

 RED value IS 178 (69.92% from 255) = 39.04%

 GREEN value IS 137 (53.91% from 255) = 30.04%

 BLUE value IS 141 (55.47% from 255) = 30.92%

R = 39.04%
G = 30.04%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2898D (or 0xB2898D) is known color: Viola. HEX triplet: B2, 89 and 8D. RGB value is (178,137,141). Sum of RGB (Red+Green+Blue) = 178+137+141=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B2898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2898D is #4D7672. Grayscale: #959595. Windows color (decimal): -5076595 or 9275826. OLE color: 9275826.

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

Color convert

RGB 178 137 141 -
CMYK 0 0.23 0.21 0.30
HSL 354.15º 0.21% 0.62% -
HSV(B) 354.15º 0.23% 0.7% -
XYZ 32.11 29.28 29.16 -
YUV 149.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 178 137 141 0 0.23 0.21 0.30 354.15 0.21 0.62
Hex B2 89 8D 0 17 15 1E 162 15 3E
Octal 262 211 215 0 27 25 36 542 25 76
Binary 10110010 10001001 10001101 0 10111 10101 11110 101100010 10101 111110

Color Harmonies of #B2898D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2898D

Black with #B2898D

Text Example


Text Example

White with #B2898D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2898D; }

 p { color: rgb(178,137,141); }

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

background-color css

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

 a { background-color: rgb(178,137,141); }

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

border-color css

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

 span { border-color: rgb(178,137,141); }

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