Html Css Color HEX #BE84A0 Viola

📋 copy color: '#BE84A0'

red 190 ◦ green 132 ◦ blue 160

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

Shades of Viola #BE84A0

Tints of Viola #BE84A0

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.39%

 BLUE value IS 160 (62.89% from 255) = 33.2%

R = 39.42%
G = 27.39%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE84A0 (or 0xBE84A0) is known color: Viola. HEX triplet: BE, 84 and A0. RGB value is (190,132,160). Sum of RGB (Red+Green+Blue) = 190+132+160=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE84A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE84A0 is #417B5F. Grayscale: #989898. Windows color (decimal): -4291424 or 10519742. OLE color: 10519742.

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

Color convert

RGB 190 132 160 -
CMYK 0 0.31 0.16 0.25
HSL 331.03º 0.31% 0.63% -
HSV(B) 331.03º 0.31% 0.75% -
XYZ 35.83 29.99 37.16 -
YUV 152.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 190 132 160 0 0.31 0.16 0.25 331.03 0.31 0.63
Hex BE 84 A0 0 1F 10 19 14B 1F 3F
Octal 276 204 240 0 37 20 31 513 37 77
Binary 10111110 10000100 10100000 0 11111 10000 11001 101001011 11111 111111

Color Harmonies of #BE84A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE84A0

Black with #BE84A0

Text Example


Text Example

White with #BE84A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE84A0; }

 p { color: rgb(190,132,160); }

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

background-color css

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

 a { background-color: rgb(190,132,160); }

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

border-color css

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

 span { border-color: rgb(190,132,160); }

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