Html Css Color HEX #BE829E Viola

📋 copy color: '#BE829E'

red 190 ◦ green 130 ◦ blue 158

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

Shades of Viola #BE829E

Tints of Viola #BE829E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.2%

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

R = 39.75%
G = 27.2%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE829E (or 0xBE829E) is known color: Viola. HEX triplet: BE, 82 and 9E. RGB value is (190,130,158). Sum of RGB (Red+Green+Blue) = 190+130+158=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE829E is #417D61. Grayscale: #979797. Windows color (decimal): -4291938 or 10388158. OLE color: 10388158.

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

Color convert

RGB 190 130 158 -
CMYK 0 0.32 0.17 0.25
HSL 332º 0.32% 0.63% -
HSV(B) 332º 0.32% 0.75% -
XYZ 35.39 29.38 36.15 -
YUV 151.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 190 130 158 0 0.32 0.17 0.25 332 0.32 0.63
Hex BE 82 9E 0 20 11 19 14C 20 3F
Octal 276 202 236 0 40 21 31 514 40 77
Binary 10111110 10000010 10011110 0 100000 10001 11001 101001100 100000 111111

Color Harmonies of #BE829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE829E

Black with #BE829E

Text Example


Text Example

White with #BE829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE829E; }

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

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

background-color css

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

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

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

border-color css

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

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

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