Html Css Color HEX #BE86DE Wisteria

📋 copy color: '#BE86DE'

red 190 ◦ green 134 ◦ blue 222

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

Shades of Wisteria #BE86DE

Tints of Wisteria #BE86DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.66%

R = 34.8%
G = 24.54%
B = 40.66%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE86DE (or 0xBE86DE) is known color: Wisteria. HEX triplet: BE, 86 and DE. RGB value is (190,134,222). Sum of RGB (Red+Green+Blue) = 190+134+222=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE86DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86DE is #417921. Grayscale: #A0A0A0. Windows color (decimal): -4290850 or 14583486. OLE color: 14583486.

HSL color Cylindrical-coordinate representation of color #BE86DE: hue angle of 278.18º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE86DE is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 134 222 -
CMYK 0.14 0.40 0 0.13
HSL 278.18º 0.57% 0.7% -
HSV(B) 278.18º 0.4% 0.87% -
XYZ 42.95 33.27 73.27 -
YUV 160.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 190 134 222 0.14 0.40 0 0.13 278.18 0.57 0.7
Hex BE 86 DE E 28 0 D 116 39 46
Octal 276 206 336 16 50 0 15 426 71 106
Binary 10111110 10000110 11011110 1110 101000 0 1101 100010110 111001 1000110

Color Harmonies of #BE86DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86DE

Black with #BE86DE

Text Example


Text Example

White with #BE86DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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