Html Css Color HEX #B693A0 Viola

📋 copy color: '#B693A0'

red 182 ◦ green 147 ◦ blue 160

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

Shades of Viola #B693A0

Tints of Viola #B693A0

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.06%

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

R = 37.22%
G = 30.06%
B = 32.72%

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

#B693A0 (or 0xB693A0) is known color: Viola. HEX triplet: B6, 93 and A0. RGB value is (182,147,160). Sum of RGB (Red+Green+Blue) = 182+147+160=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 182 - color contains mainly: red. Hex color #B693A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B693A0 is #496C5F. Grayscale: #9E9E9E. Windows color (decimal): -4811872 or 10523574. OLE color: 10523574.

HSL color Cylindrical-coordinate representation of color #B693A0: hue angle of 337.71º 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 #B693A0 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 147 160 -
CMYK 0 0.19 0.12 0.29
HSL 337.71º 0.19% 0.65% -
HSV(B) 337.71º 0.19% 0.71% -
XYZ 36.07 33.35 37.79 -
YUV 158.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 182 147 160 0 0.19 0.12 0.29 337.71 0.19 0.65
Hex B6 93 A0 0 13 C 1D 152 13 41
Octal 266 223 240 0 23 14 35 522 23 101
Binary 10110110 10010011 10100000 0 10011 1100 11101 101010010 10011 1000001

Color Harmonies of #B693A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B693A0

Black with #B693A0

Text Example


Text Example

White with #B693A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B693A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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