Html Css Color HEX #B398A2 Viola

📋 copy color: '#B398A2'

red 179 ◦ green 152 ◦ blue 162

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

Shades of Viola #B398A2

Tints of Viola #B398A2

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.83%

 BLUE value IS 162 (63.67% from 255) = 32.86%

R = 36.31%
G = 30.83%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B398A2 (or 0xB398A2) is known color: Viola. HEX triplet: B3, 98 and A2. RGB value is (179,152,162). Sum of RGB (Red+Green+Blue) = 179+152+162=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 179 - color contains mainly: red. Hex color #B398A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B398A2 is #4C675D. Grayscale: #A1A1A1. Windows color (decimal): -5007198 or 10655923. OLE color: 10655923.

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

Color convert

RGB 179 152 162 -
CMYK 0 0.15 0.09 0.30
HSL 337.78º 0.15% 0.65% -
HSV(B) 337.78º 0.15% 0.7% -
XYZ 36.34 34.65 38.95 -
YUV 161.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 179 152 162 0 0.15 0.09 0.30 337.78 0.15 0.65
Hex B3 98 A2 0 F 9 1E 152 F 41
Octal 263 230 242 0 17 11 36 522 17 101
Binary 10110011 10011000 10100010 0 1111 1001 11110 101010010 1111 1000001

Color Harmonies of #B398A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B398A2

Black with #B398A2

Text Example


Text Example

White with #B398A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B398A2; }

 p { color: rgb(179,152,162); }

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

background-color css

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

 a { background-color: rgb(179,152,162); }

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

border-color css

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

 span { border-color: rgb(179,152,162); }

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