Html Css Color HEX #BE829B Viola

📋 copy color: '#BE829B'

red 190 ◦ green 130 ◦ blue 155

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

Shades of Viola #BE829B

Tints of Viola #BE829B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.63%

R = 40%
G = 27.37%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE829B (or 0xBE829B) is known color: Viola. HEX triplet: BE, 82 and 9B. RGB value is (190,130,155). Sum of RGB (Red+Green+Blue) = 190+130+155=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE829B is #417D64. Grayscale: #969696. Windows color (decimal): -4291941 or 10191550. OLE color: 10191550.

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

Color convert

RGB 190 130 155 -
CMYK 0 0.32 0.18 0.25
HSL 335º 0.32% 0.63% -
HSV(B) 335º 0.32% 0.75% -
XYZ 35.13 29.28 34.81 -
YUV 150.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 190 130 155 0 0.32 0.18 0.25 335 0.32 0.63
Hex BE 82 9B 0 20 12 19 14F 20 3F
Octal 276 202 233 0 40 22 31 517 40 77
Binary 10111110 10000010 10011011 0 100000 10010 11001 101001111 100000 111111

Color Harmonies of #BE829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE829B

Black with #BE829B

Text Example


Text Example

White with #BE829B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE829B; }

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

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

background-color css

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

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

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

border-color css

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

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

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