Html Css Color HEX #BE939D Viola

📋 copy color: '#BE939D'

red 190 ◦ green 147 ◦ blue 157

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

Shades of Viola #BE939D

Tints of Viola #BE939D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.76%

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

R = 38.46%
G = 29.76%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE939D (or 0xBE939D) is known color: Viola. HEX triplet: BE, 93 and 9D. RGB value is (190,147,157). Sum of RGB (Red+Green+Blue) = 190+147+157=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BE939D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE939D is #416C62. Grayscale: #A1A1A1. Windows color (decimal): -4287587 or 10326974. OLE color: 10326974.

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

Color convert

RGB 190 147 157 -
CMYK 0 0.23 0.17 0.25
HSL 346.05º 0.25% 0.66% -
HSV(B) 346.05º 0.23% 0.75% -
XYZ 37.75 34.25 36.52 -
YUV 161 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 190 147 157 0 0.23 0.17 0.25 346.05 0.25 0.66
Hex BE 93 9D 0 17 11 19 15A 19 42
Octal 276 223 235 0 27 21 31 532 31 102
Binary 10111110 10010011 10011101 0 10111 10001 11001 101011010 11001 1000010

Color Harmonies of #BE939D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE939D

Black with #BE939D

Text Example


Text Example

White with #BE939D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE939D; }

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

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

background-color css

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

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

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

border-color css

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

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

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