Html Css Color HEX #BE86DF Wisteria

📋 copy color: '#BE86DF'

red 190 ◦ green 134 ◦ blue 223

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

Shades of Wisteria #BE86DF

Tints of Wisteria #BE86DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 34.73%
G = 24.5%
B = 40.77%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE86DF (or 0xBE86DF) is known color: Wisteria. HEX triplet: BE, 86 and DF. RGB value is (190,134,223). Sum of RGB (Red+Green+Blue) = 190+134+223=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE86DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86DF is #417920. Grayscale: #A0A0A0. Windows color (decimal): -4290849 or 14649022. OLE color: 14649022.

HSL color Cylindrical-coordinate representation of color #BE86DF: hue angle of 277.75º degrees, saturation: 0.58, 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 #BE86DF is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 134 223 -
CMYK 0.15 0.40 0 0.13
HSL 277.75º 0.58% 0.7% -
HSV(B) 277.75º 0.4% 0.87% -
XYZ 43.08 33.33 73.97 -
YUV 160.89 163.05 148.76 -
System Red Green Blue C M Y K H S L
Decimal 190 134 223 0.15 0.40 0 0.13 277.75 0.58 0.7
Hex BE 86 DF F 28 0 D 116 3A 46
Octal 276 206 337 17 50 0 15 426 72 106
Binary 10111110 10000110 11011111 1111 101000 0 1101 100010110 111010 1000110

Color Harmonies of #BE86DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86DF

Black with #BE86DF

Text Example


Text Example

White with #BE86DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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