Html Css Color HEX #BE829D Viola

📋 copy color: '#BE829D'

red 190 ◦ green 130 ◦ blue 157

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

Shades of Viola #BE829D

Tints of Viola #BE829D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.91%

R = 39.83%
G = 27.25%
B = 32.91%

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

#BE829D (or 0xBE829D) is known color: Viola. HEX triplet: BE, 82 and 9D. RGB value is (190,130,157). Sum of RGB (Red+Green+Blue) = 190+130+157=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE829D is #417D62. Grayscale: #969696. Windows color (decimal): -4291939 or 10322622. OLE color: 10322622.

HSL color Cylindrical-coordinate representation of color #BE829D: hue angle of 333º 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 #BE829D is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 130 157 -
CMYK 0 0.32 0.17 0.25
HSL 333º 0.32% 0.63% -
HSV(B) 333º 0.32% 0.75% -
XYZ 35.3 29.35 35.7 -
YUV 151.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 190 130 157 0 0.32 0.17 0.25 333 0.32 0.63
Hex BE 82 9D 0 20 11 19 14D 20 3F
Octal 276 202 235 0 40 21 31 515 40 77
Binary 10111110 10000010 10011101 0 100000 10001 11001 101001101 100000 111111

Color Harmonies of #BE829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE829D

Black with #BE829D

Text Example


Text Example

White with #BE829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE829D; }

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

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

background-color css

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

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

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

border-color css

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

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

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