Html Css Color HEX #BE86EF Wisteria

📋 copy color: '#BE86EF'

red 190 ◦ green 134 ◦ blue 239

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

Shades of Wisteria #BE86EF

Tints of Wisteria #BE86EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.45%

R = 33.75%
G = 23.8%
B = 42.45%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE86EF (or 0xBE86EF) is known color: Wisteria. HEX triplet: BE, 86 and EF. RGB value is (190,134,239). Sum of RGB (Red+Green+Blue) = 190+134+239=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE86EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE86EF is #417910. Grayscale: #A2A2A2. Windows color (decimal): -4290833 or 15697598. OLE color: 15697598.

HSL color Cylindrical-coordinate representation of color #BE86EF: hue angle of 272º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE86EF is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 134 239 -
CMYK 0.21 0.44 0 0.06
HSL 272º 0.77% 0.73% -
HSV(B) 272º 0.44% 0.94% -
XYZ 45.34 34.23 85.88 -
YUV 162.71 171.05 147.46 -
System Red Green Blue C M Y K H S L
Decimal 190 134 239 0.21 0.44 0 0.06 272 0.77 0.73
Hex BE 86 EF 15 2C 0 6 110 4D 49
Octal 276 206 357 25 54 0 6 420 115 111
Binary 10111110 10000110 11101111 10101 101100 0 110 100010000 1001101 1001001

Color Harmonies of #BE86EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86EF

Black with #BE86EF

Text Example


Text Example

White with #BE86EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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