Html Css Color HEX #BE86D9 Wisteria

📋 copy color: '#BE86D9'

red 190 ◦ green 134 ◦ blue 217

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

Shades of Wisteria #BE86D9

Tints of Wisteria #BE86D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.11%

R = 35.12%
G = 24.77%
B = 40.11%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE86D9 (or 0xBE86D9) is known color: Wisteria. HEX triplet: BE, 86 and D9. RGB value is (190,134,217). Sum of RGB (Red+Green+Blue) = 190+134+217=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE86D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE86D9 is #417926. Grayscale: #9F9F9F. Windows color (decimal): -4290855 or 14255806. OLE color: 14255806.

HSL color Cylindrical-coordinate representation of color #BE86D9: hue angle of 280.48º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE86D9 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 134 217 -
CMYK 0.12 0.38 0 0.15
HSL 280.48º 0.52% 0.69% -
HSV(B) 280.48º 0.38% 0.85% -
XYZ 42.28 33.01 69.79 -
YUV 160.21 160.05 149.25 -
System Red Green Blue C M Y K H S L
Decimal 190 134 217 0.12 0.38 0 0.15 280.48 0.52 0.69
Hex BE 86 D9 C 26 0 F 118 34 45
Octal 276 206 331 14 46 0 17 430 64 105
Binary 10111110 10000110 11011001 1100 100110 0 1111 100011000 110100 1000101

Color Harmonies of #BE86D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86D9

Black with #BE86D9

Text Example


Text Example

White with #BE86D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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