Html Css Color HEX #B68993 Viola

📋 copy color: '#B68993'

red 182 ◦ green 137 ◦ blue 147

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

Shades of Viola #B68993

Tints of Viola #B68993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.55%

R = 39.06%
G = 29.4%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B68993 (or 0xB68993) is known color: Viola. HEX triplet: B6, 89 and 93. RGB value is (182,137,147). Sum of RGB (Red+Green+Blue) = 182+137+147=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B68993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68993 is #49766C. Grayscale: #979797. Windows color (decimal): -4814445 or 9669046. OLE color: 9669046.

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

Color convert

RGB 182 137 147 -
CMYK 0 0.25 0.19 0.29
HSL 346.67º 0.24% 0.63% -
HSV(B) 346.67º 0.25% 0.71% -
XYZ 33.5 29.94 31.62 -
YUV 151.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 182 137 147 0 0.25 0.19 0.29 346.67 0.24 0.63
Hex B6 89 93 0 19 13 1D 15B 18 3F
Octal 266 211 223 0 31 23 35 533 30 77
Binary 10110110 10001001 10010011 0 11001 10011 11101 101011011 11000 111111

Color Harmonies of #B68993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68993

Black with #B68993

Text Example


Text Example

White with #B68993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68993; }

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

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

background-color css

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

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

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

border-color css

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

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

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