Html Css Color HEX #BE86E5 Wisteria

📋 copy color: '#BE86E5'

red 190 ◦ green 134 ◦ blue 229

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

Shades of Wisteria #BE86E5

Tints of Wisteria #BE86E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.41%

R = 34.36%
G = 24.23%
B = 41.41%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE86E5 (or 0xBE86E5) is known color: Wisteria. HEX triplet: BE, 86 and E5. RGB value is (190,134,229). Sum of RGB (Red+Green+Blue) = 190+134+229=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE86E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86E5 is #41791A. Grayscale: #A1A1A1. Windows color (decimal): -4290843 or 15042238. OLE color: 15042238.

HSL color Cylindrical-coordinate representation of color #BE86E5: hue angle of 275.37º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE86E5 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 134 229 -
CMYK 0.17 0.41 0 0.10
HSL 275.37º 0.65% 0.71% -
HSV(B) 275.37º 0.41% 0.9% -
XYZ 43.9 33.65 78.31 -
YUV 161.57 166.05 148.28 -
System Red Green Blue C M Y K H S L
Decimal 190 134 229 0.17 0.41 0 0.10 275.37 0.65 0.71
Hex BE 86 E5 11 29 0 A 113 41 47
Octal 276 206 345 21 51 0 12 423 101 107
Binary 10111110 10000110 11100101 10001 101001 0 1010 100010011 1000001 1000111

Color Harmonies of #BE86E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86E5

Black with #BE86E5

Text Example


Text Example

White with #BE86E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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