Html Css Color HEX #B694A0 Viola

📋 copy color: '#B694A0'

red 182 ◦ green 148 ◦ blue 160

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

Shades of Viola #B694A0

Tints of Viola #B694A0

RGB

 RED value IS 182 (71.48% from 255) = 37.14%

 GREEN value IS 148 (58.2% from 255) = 30.2%

 BLUE value IS 160 (62.89% from 255) = 32.65%

R = 37.14%
G = 30.2%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B694A0 (or 0xB694A0) is known color: Viola. HEX triplet: B6, 94 and A0. RGB value is (182,148,160). Sum of RGB (Red+Green+Blue) = 182+148+160=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B694A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B694A0 is #496B5F. Grayscale: #9F9F9F. Windows color (decimal): -4811616 or 10523830. OLE color: 10523830.

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

Color convert

RGB 182 148 160 -
CMYK 0 0.19 0.12 0.29
HSL 338.82º 0.19% 0.65% -
HSV(B) 338.82º 0.19% 0.71% -
XYZ 36.23 33.66 37.85 -
YUV 159.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 182 148 160 0 0.19 0.12 0.29 338.82 0.19 0.65
Hex B6 94 A0 0 13 C 1D 153 13 41
Octal 266 224 240 0 23 14 35 523 23 101
Binary 10110110 10010100 10100000 0 10011 1100 11101 101010011 10011 1000001

Color Harmonies of #B694A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B694A0

Black with #B694A0

Text Example


Text Example

White with #B694A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B694A0; }

 p { color: rgb(182,148,160); }

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

background-color css

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

 a { background-color: rgb(182,148,160); }

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

border-color css

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

 span { border-color: rgb(182,148,160); }

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