Html Css Color HEX #BE8E9E Viola

📋 copy color: '#BE8E9E'

red 190 ◦ green 142 ◦ blue 158

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

Shades of Viola #BE8E9E

Tints of Viola #BE8E9E

RGB

 RED value IS 190 (74.61% from 255) = 38.78%

 GREEN value IS 142 (55.86% from 255) = 28.98%

 BLUE value IS 158 (62.11% from 255) = 32.24%

R = 38.78%
G = 28.98%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE8E9E (or 0xBE8E9E) is known color: Viola. HEX triplet: BE, 8E and 9E. RGB value is (190,142,158). Sum of RGB (Red+Green+Blue) = 190+142+158=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8E9E is #417161. Grayscale: #9E9E9E. Windows color (decimal): -4288866 or 10391230. OLE color: 10391230.

HSL color Cylindrical-coordinate representation of color #BE8E9E: hue angle of 340º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BE8E9E is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 142 158 -
CMYK 0 0.25 0.17 0.25
HSL 340º 0.27% 0.65% -
HSV(B) 340º 0.25% 0.75% -
XYZ 37.08 32.76 36.72 -
YUV 158.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 190 142 158 0 0.25 0.17 0.25 340 0.27 0.65
Hex BE 8E 9E 0 19 11 19 154 1B 41
Octal 276 216 236 0 31 21 31 524 33 101
Binary 10111110 10001110 10011110 0 11001 10001 11001 101010100 11011 1000001

Color Harmonies of #BE8E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8E9E

Black with #BE8E9E

Text Example


Text Example

White with #BE8E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8E9E; }

 p { color: rgb(190,142,158); }

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

background-color css

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

 a { background-color: rgb(190,142,158); }

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

border-color css

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

 span { border-color: rgb(190,142,158); }

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