Html Css Color HEX #BE8693 Viola

📋 copy color: '#BE8693'

red 190 ◦ green 134 ◦ blue 147

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

Shades of Viola #BE8693

Tints of Viola #BE8693

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.45%

 BLUE value IS 147 (57.81% from 255) = 31.21%

R = 40.34%
G = 28.45%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE8693 (or 0xBE8693) is known color: Viola. HEX triplet: BE, 86 and 93. RGB value is (190,134,147). Sum of RGB (Red+Green+Blue) = 190+134+147=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8693 is #41796C. Grayscale: #989898. Windows color (decimal): -4290925 or 9668286. OLE color: 9668286.

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

Color convert

RGB 190 134 147 -
CMYK 0 0.29 0.23 0.25
HSL 346.07º 0.3% 0.64% -
HSV(B) 346.07º 0.29% 0.75% -
XYZ 35.03 30.1 31.57 -
YUV 152.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 190 134 147 0 0.29 0.23 0.25 346.07 0.3 0.64
Hex BE 86 93 0 1D 17 19 15A 1E 40
Octal 276 206 223 0 35 27 31 532 36 100
Binary 10111110 10000110 10010011 0 11101 10111 11001 101011010 11110 1000000

Color Harmonies of #BE8693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8693

Black with #BE8693

Text Example


Text Example

White with #BE8693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8693; }

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

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

background-color css

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

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

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

border-color css

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

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

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