Html Css Color HEX #BE86EC Wisteria

📋 copy color: '#BE86EC'

red 190 ◦ green 134 ◦ blue 236

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

Shades of Wisteria #BE86EC

Tints of Wisteria #BE86EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.14%

R = 33.93%
G = 23.93%
B = 42.14%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE86EC (or 0xBE86EC) is known color: Wisteria. HEX triplet: BE, 86 and EC. RGB value is (190,134,236). Sum of RGB (Red+Green+Blue) = 190+134+236=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE86EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE86EC is #417913. Grayscale: #A2A2A2. Windows color (decimal): -4290836 or 15500990. OLE color: 15500990.

HSL color Cylindrical-coordinate representation of color #BE86EC: hue angle of 272.94º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE86EC is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 134 236 -
CMYK 0.19 0.43 0 0.07
HSL 272.94º 0.73% 0.73% -
HSV(B) 272.94º 0.43% 0.93% -
XYZ 44.9 34.05 83.56 -
YUV 162.37 169.55 147.71 -
System Red Green Blue C M Y K H S L
Decimal 190 134 236 0.19 0.43 0 0.07 272.94 0.73 0.73
Hex BE 86 EC 13 2B 0 7 111 49 49
Octal 276 206 354 23 53 0 7 421 111 111
Binary 10111110 10000110 11101100 10011 101011 0 111 100010001 1001001 1001001

Color Harmonies of #BE86EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE86EC

Black with #BE86EC

Text Example


Text Example

White with #BE86EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE86EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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